1
1
mirror of https://github.com/rui314/mold.git synced 2024-07-14 16:20:34 +03:00

Temporarily disable ASAN tests

It looks like starting with Clang 18.1.3, ASAN began reporting an
error on OneTBB.
This commit is contained in:
Rui Ueyama 2024-07-05 18:25:31 +09:00
parent a63bbcd7b1
commit aa939d7a6a

View File

@ -13,7 +13,6 @@ jobs:
target:
# Disable PCH for the default configuration. This prevents relying on implicit includes.
- '-DCMAKE_DISABLE_PRECOMPILE_HEADERS=On'
- '-DMOLD_USE_ASAN=On'
- '-DMOLD_USE_TSAN=On'
runs-on: ubuntu-20.04
steps: