Skip to content

Commit 9614f9b

Browse files
committed
wip: try podman as runtime in CI
1 parent abe93a8 commit 9614f9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG swift_version
77
ARG ubuntu_version
88

99
# set as UTF-8
10-
RUN apt-get update && apt-get install -y locales locales-all libsqlite3-dev
10+
RUN apt-get update && apt-get install -y locales locales-all libsqlite3-dev podman
1111
ENV LC_ALL en_US.UTF-8
1212
ENV LANG en_US.UTF-8
1313
ENV LANGUAGE en_US.UTF-8

Docker/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
<<: *common
2828
environment:
2929
- JENKINS_URL
30+
- SWIFT_SDK_GENERATOR_CONTAINER_RUNTIME=podman
3031
command: /bin/bash -xcl "swift test $${WARN_AS_ERROR_ARG-} $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
3132

3233
# util

0 commit comments

Comments
 (0)