Skip to content

Commit

Permalink
ci: temporary disable ASan/UBSan builds (cataclysmbnteam#3676)
Browse files Browse the repository at this point in the history
Disable Asan/UBSan builds
  • Loading branch information
olanti-p authored Nov 15, 2023
1 parent b7304fd commit 76d9aac
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,32 @@ jobs:
ccache_limit: 1G
ccache_key: linux-gcc-12-tiles

- title: GCC 12, Ubuntu, Tiles, NoSound, ASan
compiler: g++-12
os: ubuntu-22.04
cmake: 0
tiles: 1
sound: 0
lua: 0
sanitize: address
native: linux64
ccache_limit: 2G
ccache_key: linux-gcc-12-asan
# === Temporarily disabled because of #3664 ===
# - title: GCC 12, Ubuntu, Tiles, NoSound, ASan
# compiler: g++-12
# os: ubuntu-22.04
# cmake: 0
# tiles: 1
# sound: 0
# lua: 0
# sanitize: address
# native: linux64
# ccache_limit: 2G
# ccache_key: linux-gcc-12-asan

- title: Clang 14, Ubuntu, Tiles, NoSound, ASan, UBSan
compiler: clang++-14
os: ubuntu-22.04
cmake: 0
tiles: 1
sound: 0
lua: 0
sanitize: address,undefined
cxxflags: --gcc-toolchain=/opt/mock-gcc-11
native: linux64
ccache_limit: 2G
ccache_key: linux-llvm-14-asan
# === Temporarily disabled because of #3664 ===
# - title: Clang 14, Ubuntu, Tiles, NoSound, ASan, UBSan
# compiler: clang++-14
# os: ubuntu-22.04
# cmake: 0
# tiles: 1
# sound: 0
# lua: 0
# sanitize: address,undefined
# cxxflags: --gcc-toolchain=/opt/mock-gcc-11
# native: linux64
# ccache_limit: 2G
# ccache_key: linux-llvm-14-asan

- title: Clang 14, macOS 12, Tiles, Sound, Localize, Lua
compiler: clang++
Expand Down

0 comments on commit 76d9aac

Please sign in to comment.