Skip to content

Commit d84a1da

Browse files
authored
swift 5.1 docker setup (#111)
motivation: support swift 5.1 changes: * add docker compose file for swift 5.1, will add CI job once merged * update swiftformat version to 0.40.12
1 parent 54b0b96 commit d84a1da

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
2929

3030
# swiftformat (until part of the toolchain)
3131

32-
ARG swiftformat_version=0.40.11
32+
ARG swiftformat_version=0.40.12
3333
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
3434
RUN cd $HOME/.tools/swift-format && swift build -c release
3535
RUN ln -s $HOME/.tools/swift-format/.build/release/swiftformat $HOME/.tools/swiftformat

Diff for: docker/docker-compose.1804.51.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: "3"
2+
3+
services:
4+
5+
runtime-setup:
6+
image: async-http-client:18.04-5.1
7+
build:
8+
args:
9+
ubuntu_version: "bionic"
10+
swift_version: "5.1"
11+
12+
test:
13+
image: async-http-client:18.04-5.1

0 commit comments

Comments
 (0)