We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e0e2f commit 77e437fCopy full SHA for 77e437f
.github/workflows/asan.yml …thub/workflows/compiler_sanitization.yml.github/workflows/asan.yml renamed to .github/workflows/compiler_sanitization.yml
@@ -1,4 +1,4 @@
1
-name: Address Sanitizer Tests
+name: Compiler Sanitizer Tests
2
3
on:
4
push:
@@ -75,6 +75,7 @@ jobs:
75
- name: Build and install quaddtype with ASan
76
working-directory: quaddtype
77
run: |
78
+ # Build with sanitizers - these flags propagate to subprojects (SLEEF, qblas) by default
79
pip install .[test] -v --no-build-isolation \
80
-Csetup-args=-Db_sanitize=address,undefined \
81
-Csetup-args=-Db_lundef=false
0 commit comments