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 abe93a8 commit 9614f9bCopy full SHA for 9614f9b
Docker/Dockerfile
@@ -7,7 +7,7 @@ ARG swift_version
7
ARG ubuntu_version
8
9
# set as UTF-8
10
-RUN apt-get update && apt-get install -y locales locales-all libsqlite3-dev
+RUN apt-get update && apt-get install -y locales locales-all libsqlite3-dev podman
11
ENV LC_ALL en_US.UTF-8
12
ENV LANG en_US.UTF-8
13
ENV LANGUAGE en_US.UTF-8
Docker/docker-compose.yaml
@@ -27,6 +27,7 @@ services:
27
<<: *common
28
environment:
29
- JENKINS_URL
30
+ - SWIFT_SDK_GENERATOR_CONTAINER_RUNTIME=podman
31
command: /bin/bash -xcl "swift test $${WARN_AS_ERROR_ARG-} $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
32
33
# util
0 commit comments