Skip to content

Commit 7de0be7

Browse files
dockerfiles
1 parent f9b1d55 commit 7de0be7

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docker/docker-compose.2204.57.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
test:
1616
image: swift-kafka-client:22.04-5.7
1717
environment:
18+
- SWIFT_VERSION=5.7
1819
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
1920
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
2021
# - SANITIZER_ARG=--sanitize=thread # TSan broken still

docker/docker-compose.2204.58.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
test:
1616
image: swift-kafka-client:22.04-5.8
1717
environment:
18+
- SWIFT_VERSION=5.8
1819
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
1920
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
2021
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete

docker/docker-compose.2204.59.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
test:
1616
image: swift-kafka-client:22.04-5.9
1717
environment:
18+
- SWIFT_VERSION=5.9
1819
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
1920
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
2021
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete

docker/docker-compose.2204.main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
test:
1212
image: swift-kafka-client:22.04-main
1313
environment:
14+
- SWIFT_VERSION=main
1415
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
1516
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
1617
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete

docker/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ services:
5050
<<: *common
5151
depends_on: [kafka, runtime-setup]
5252
environment:
53+
SWIFT_VERSION: 5.7
5354
KAFKA_HOST: kafka
5455
command: >
5556
/bin/bash -xcl "

0 commit comments

Comments
 (0)