Skip to content

Commit 2733656

Browse files
branchseerclaude
andcommitted
refactor: remove unnecessary seccomp=unconfined from Alpine CI container
The seccomp override is no longer needed since fspy seccomp tracing was fixed for musl in a prior commit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a1d7029 commit 2733656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
container:
142142
image: alpine:3.21
143-
options: --security-opt seccomp=unconfined --shm-size=256m
143+
options: --shm-size=256m # shm_io tests need bigger shared memory
144144
steps:
145145
- name: Install Alpine dependencies
146146
shell: sh {0}

0 commit comments

Comments
 (0)