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