Skip to content

Commit 83b2ab4

Browse files
committed
wip: move privileged to common compose file
1 parent 679e4dc commit 83b2ab4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Docker/docker-compose.2204.59.yaml

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

1111
test:
1212
image: swift-sdk-generator:22.04-5.9
13-
privileged: true
1413
environment:
1514
# - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors # need to fix S-CL-F sendability first
1615
- 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)