Skip to content

Commit b26c43a

Browse files
Merge pull request #3190 from verilog-to-routing/feature-ci-build-cleanup
[CI] Moved Sanitized Test from Debug to RelWithDebInfo
2 parents a44a9af + 30e538d commit b26c43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ jobs:
483483
- name: Test
484484
env:
485485
CMAKE_PARAMS: ${{ matrix.params }}
486-
BUILD_TYPE: debug
486+
BUILD_TYPE: RelWithDebInfo
487487
LSAN_OPTIONS: 'exitcode=42' #Use a non-standard exit code to ensure LSAN errors are detected
488488
# In Ubuntu 20240310.1.0, the entropy of ASLR has increased (28 -> 32). LLVM 14 in this
489489
# image is not compatible with this increased ASLR entropy. Apparently, memory sanitizer

0 commit comments

Comments
 (0)