Switch to Galactic CI jobs (#356)

This commit is contained in:
Henning Kayser 2022-04-21 22:10:02 +02:00 committed by GitHub
parent 27672f8e2d
commit 37e2236f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,10 @@ jobs:
- IMAGE: galactic-source - IMAGE: galactic-source
NAME: ccov NAME: ccov
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage" TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
- IMAGE: rolling-source
CXXFLAGS: >- CXXFLAGS: >-
-Werror -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wno-redundant-decls -Werror -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wno-redundant-decls
-Wno-unused-parameter -Wno-unused-function -Wno-deprecated-copy -Wno-unused-but-set-parameter -Wno-unused-parameter -Wno-unused-function -Wno-deprecated-copy -Wno-unused-but-set-parameter
- IMAGE: rolling-source - IMAGE: galactic-source
CXX: clang++ CXX: clang++
CLANG_TIDY: true CLANG_TIDY: true
CXXFLAGS: >- CXXFLAGS: >-
@ -30,7 +29,7 @@ jobs:
-Wno-unused-parameter -Wno-unused-function -Wno-deprecated-copy -Wno-unused-parameter -Wno-unused-function -Wno-deprecated-copy
# Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense # Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense
# see https://github.com/google/sanitizers/wiki/AddressSanitizer # see https://github.com/google/sanitizers/wiki/AddressSanitizer
- IMAGE: rolling-source - IMAGE: galactic-source
NAME: asan NAME: asan
DOCKER_RUN_OPTS: >- DOCKER_RUN_OPTS: >-
-e PRELOAD=libasan.so.5 -e PRELOAD=libasan.so.5