Skip to content

Commit 1693006

Browse files
committed
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 1751905 + dffcb8a commit 1693006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,9 @@ jobs:
423423
CI_JOB_IMAGE: ${{matrix.vector.image}}
424424
CUSTOM_PATH: /custom
425425
runs-on: ubuntu-latest
426-
container: ${{matrix.vector.image}}
426+
container:
427+
image: ${{ matrix.vector.image }}
428+
options: ${{ github.repository_visibility == 'private' && '--pids-limit 16384 --ulimit nproc=16384:16384 --ulimit nofile=32768:32768' || '' }}
427429
steps:
428430
- name: prepare libc6 for actions
429431
if: matrix.vector.jobname == 'linux32'

0 commit comments

Comments
 (0)