Skip to content

Commit e0bfe9c

Browse files
committed
wip: privileged needed in all compose files
1 parent 679e4dc commit e0bfe9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Docker/docker-compose.2204.main.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010

1111
test:
1212
image: swift-sdk-generator:22.04-main
13+
privileged: true
1314
environment:
1415
# - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors # need to fix S-CL-F sendability first
1516
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error

Docker/docker-compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services:
2525

2626
test:
2727
<<: *common
28+
privileged: true
2829
environment:
2930
- JENKINS_URL
3031
- SWIFT_SDK_GENERATOR_CONTAINER_RUNTIME=podman

0 commit comments

Comments
 (0)