Disable ASAN in CI builds
All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m26s
All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m26s
This commit is contained in:
parent
8f52ea3d3a
commit
046e3ed6ac
@ -36,7 +36,7 @@ jobs:
|
||||
run: |
|
||||
chmod +x ./scripts/download_dxc_cross.sh
|
||||
./scripts/download_dxc_cross.sh
|
||||
meson setup --cross-file scripts/x86_64-w64-mingw32.txt build
|
||||
meson setup --cross-file scripts/x86_64-w64-mingw32.txt -Db_sanitize=none build
|
||||
- name: Compile
|
||||
run: meson compile -C build
|
||||
- name: Run Tests
|
||||
|
Loading…
Reference in New Issue
Block a user