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.
2 parents a44a9af + 30e538d commit b26c43aCopy full SHA for b26c43a
.github/workflows/test.yml
@@ -483,7 +483,7 @@ jobs:
483
- name: Test
484
env:
485
CMAKE_PARAMS: ${{ matrix.params }}
486
- BUILD_TYPE: debug
+ BUILD_TYPE: RelWithDebInfo
487
LSAN_OPTIONS: 'exitcode=42' #Use a non-standard exit code to ensure LSAN errors are detected
488
# In Ubuntu 20240310.1.0, the entropy of ASLR has increased (28 -> 32). LLVM 14 in this
489
# image is not compatible with this increased ASLR entropy. Apparently, memory sanitizer
0 commit comments