Skip to content

Commit 91b16be

Browse files
authored
Disable warnings-as-errors for nightlies (#67)
Disable warnings-as-errors for nightlies ### Motivation Same as apple/swift-openapi-generator#353 but for the runtime package. ### Modifications Disable warnings as errors on CI for nightlies. ### Result _[After your change, what will change.]_ ### Test Plan CI should pass again. Reviewed by: simonjbeaumont Builds: ✔︎ pull request validation (5.10) - Build finished. ✔︎ pull request validation (5.8) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (api breakage) - Build finished. ✔︎ pull request validation (docc test) - Build finished. ✔︎ pull request validation (integration test) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #67
1 parent ad8bf04 commit 91b16be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/docker-compose.2204.main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ services:
1111
test:
1212
image: *image
1313
environment:
14-
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
14+
# Disable warnings as errors on nightlies as they are still in-development.
15+
# - 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
1718

0 commit comments

Comments
 (0)