Skip to content

Commit

Permalink
#349: ci: disable asan and ubsn in magistrate-vt build
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 16, 2025
1 parent 755c149 commit 8411e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage-clang-11-ubuntu-mpich-vt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
MAGISTRATE_MPI: 1
MAGISTRATE_WARNINGS_AS_ERRORS: 1
MAGISTRATE_DOCS: 0
MAGISTRATE_ASAN: 1
MAGISTRATE_UBSAN: 1
MAGISTRATE_ASAN: 0
MAGISTRATE_UBSAN: 0
MAGISTRATE_SERIALIZATION_ERROR_CHECKING: 1
CACHE: ~/.local/cache/

Expand Down
2 changes: 1 addition & 1 deletion ci/build_against_vt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-Dvt_trace_only="${VT_BUILD_TRACE_ONLY:-0}" \
-Dvt_doxygen_enabled="${VT_DOXYGEN_ENABLED:-0}" \
-Dvt_mimalloc_enabled="${VT_MIMALLOC_ENABLED:-0}" \
-Dvt_asan_enabled="${VT_ASAN_ENABLED:-1}" \
-Dvt_asan_enabled="${VT_ASAN_ENABLED:-0}" \
-Dvt_werror_enabled="${VT_WERROR_ENABLED:-0}" \
-Dvt_pool_enabled="${VT_POOL_ENABLED:-1}" \
-Dvt_build_extended_tests="${VT_EXTENDED_TESTS_ENABLED:-1}" \
Expand Down

0 comments on commit 8411e9a

Please sign in to comment.