We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679e4dc commit 83b2ab4Copy full SHA for 83b2ab4
Docker/docker-compose.2204.59.yaml
@@ -10,7 +10,6 @@ services:
10
11
test:
12
image: swift-sdk-generator:22.04-5.9
13
- privileged: true
14
environment:
15
# - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors # need to fix S-CL-F sendability first
16
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
Docker/docker-compose.yaml
@@ -25,6 +25,7 @@ services:
25
26
27
<<: *common
28
+ privileged: true
29
30
- JENKINS_URL
31
- SWIFT_SDK_GENERATOR_CONTAINER_RUNTIME=podman
0 commit comments