Skip to content

Commit

Permalink
Compile with -warnings-as-errors in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Si Beaumont <[email protected]>
  • Loading branch information
simonjbeaumont committed Sep 18, 2023
1 parent 90901cc commit e3a7650
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ services:
test:
image: *image
environment:
# Because OpenAPI supports deprecation, the generated code could include
# deprecated symbols, which will produce warnings.
#
# We'll disable -warnings-as-errors for now and revisit this when we
# refactor the compilation of the generated code into a separate
# pipeline.
#
# - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete

Expand Down

0 comments on commit e3a7650

Please sign in to comment.