Skip to content

Commit 45796f9

Browse files
committed
ci: increase shm size for linuz job
1 parent 84ac55d commit 45796f9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- arm64v8/debian:trixie
1616
- debian:trixie
1717
runs-on: ${{ (startsWith(matrix.linux_image, 'arm') && 'ubuntu-24.04-arm') || 'ubuntu-latest' }}
18-
container: ${{ matrix.linux_image }}
18+
container:
19+
image: ${{ matrix.linux_image }}
20+
options: --shm-size=2g
1921
name: linux - ${{ matrix.linux_image }} | ${{ matrix.config }}
2022
steps:
2123
- name: install build tools

0 commit comments

Comments
 (0)