more sanitizers
Some checks failed
Bin2CPP / Build & Test Debug (MSAN) (push) Failing after 47s
Bin2CPP / Build & Test RelWithDebInfo (MSAN) (push) Failing after 1m0s
Bin2CPP / Clang Format Checks (push) Successful in 8s
Bin2CPP / Build & Test Release (push) Successful in 32s

This commit is contained in:
2026-02-22 11:36:54 +01:00
parent b6d49fce5e
commit 66b5c7a000
3 changed files with 42 additions and 4 deletions

View File

@@ -27,13 +27,19 @@ jobs:
name: Debug (ASAN, LSAN, UBSAN)
- build_type: Debug
conan_profile: ./ConanProfiles/clangd2
name: Debug (TSAN, MSAN)
name: Debug (TSAN)
- build_type: Debug
conan_profile: ./ConanProfiles/clangd3
name: Debug (MSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd
name: RelWithDebInfo (ASAN, LSAN, UBSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd2
name: RelWithDebInfo (TSAN, MSAN)
name: RelWithDebInfo (TSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd3
name: RelWithDebInfo (MSAN)
name: "Build & Test ${{ matrix.name }}"
steps:
- name: Install Node.js