Skip to content

Commit 9420d50

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'fix-ci'
This fixes two issues, one specific to running CI for embargoed releases. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2 parents 7c81b18 + a094874 commit 9420d50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,9 @@ jobs:
420420
CI_JOB_IMAGE: ${{matrix.vector.image}}
421421
CUSTOM_PATH: /custom
422422
runs-on: ubuntu-latest
423-
container: ${{matrix.vector.image}}
423+
container:
424+
image: ${{ matrix.vector.image }}
425+
options: ${{ github.repository_visibility == 'private' && '--pids-limit 16384 --ulimit nproc=16384:16384 --ulimit nofile=32768:32768' || '' }}
424426
steps:
425427
- name: prepare libc6 for actions
426428
if: matrix.vector.jobname == 'linux32'

0 commit comments

Comments
 (0)