Skip to content

Commit c1c96c7

Browse files
authored
Disable warnings as errors in nightlies (#21)
Same as in the other repos: disable warnings as errors in nightlies.
1 parent f2b6460 commit c1c96c7

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)