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 e0bfe9cCopy full SHA for e0bfe9c
Docker/docker-compose.2204.main.yaml
@@ -10,6 +10,7 @@ services:
10
11
test:
12
image: swift-sdk-generator:22.04-main
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
29
30
- JENKINS_URL
31
- SWIFT_SDK_GENERATOR_CONTAINER_RUNTIME=podman
0 commit comments