File tree
Expand file treeCollapse file tree2 files changed
+19
-1
lines changed Expand file treeCollapse file tree2 files changed
+19
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +version: "3" |
| 2 | + |
| 3 | +services: |
| 4 | +runtime-setup: |
| 5 | +image: &image swift-openapi-ahc:22.04-5.10 |
| 6 | +build: |
| 7 | +args: |
| 8 | +base_image: "swiftlang/swift:nightly-5.10-jammy" |
| 9 | + |
| 10 | +test: |
| 11 | +image: *image |
| 12 | +environment: |
| 13 | +- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors |
| 14 | +- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error |
| 15 | + |
| 16 | +shell: |
| 17 | +image: *image |
Original file line number | Diff line number | Diff line change |
---|
@@ -5,7 +5,8 @@ services:
|
5 | 5 | image: &image swift-openapi-ahc:22.04-5.9
|
6 | 6 | build:
|
7 | 7 | args:
|
8 |
| -base_image: "swiftlang/swift:nightly-5.9-jammy" |
| 8 | +ubuntu_version: "jammy" |
| 9 | +swift_version: "5.9" |
9 | 10 |
|
10 | 11 | test:
|
11 | 12 | image: *image
|
|
You can’t perform that action at this time.
0 commit comments