Skip to content

Commit

Permalink
Update GCC and Clang build environments (using Github registry)
Browse files Browse the repository at this point in the history
Looks like these were also updated, and moved to the GitHub registry.
  • Loading branch information
DanRStevens committed Jan 6, 2025
1 parent ad86486 commit 470282e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- build
build-linux-gcc:
docker:
- image: outpostuniverse/nas2d-gcc:1.5
- image: ghcr.io/lairworks/build-env-nas2d-gcc:1.6
environment:
WARN_EXTRA: -Wsuggest-override
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
- build
build-linux-clang:
docker:
- image: outpostuniverse/nas2d-clang:1.4
- image: ghcr.io/lairworks/build-env-nas2d-clang:1.5
environment:
WARN_EXTRA: -Wunknown-pragmas -Wimplicit-int-conversion -Wunreachable-code -Wunreachable-code-return -Wunreachable-code-break -Wcovered-switch-default -Wshadow-field -Wextra-semi -Wextra-semi-stmt -Wnewline-eof -Wdocumentation -Wdocumentation-unknown-command -Wheader-hygiene -Winconsistent-missing-destructor-override -Wdeprecated-copy-dtor -Wformat-nonliteral
steps:
Expand Down

0 comments on commit 470282e

Please sign in to comment.