We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1751905 + dffcb8a commit 1693006Copy full SHA for 1693006
.github/workflows/main.yml
@@ -423,7 +423,9 @@ jobs:
423
CI_JOB_IMAGE: ${{matrix.vector.image}}
424
CUSTOM_PATH: /custom
425
runs-on: ubuntu-latest
426
- container: ${{matrix.vector.image}}
+ container:
427
+ image: ${{ matrix.vector.image }}
428
+ options: ${{ github.repository_visibility == 'private' && '--pids-limit 16384 --ulimit nproc=16384:16384 --ulimit nofile=32768:32768' || '' }}
429
steps:
430
- name: prepare libc6 for actions
431
if: matrix.vector.jobname == 'linux32'
0 commit comments