Skip to content

Commit bbe1f02

Browse files
committedMar 18, 2024·
From RSC: Test workaround: define compiler with address sanitizer flag
1 parent 1edd99f commit bbe1f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.gitlab/jobs/lassen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ clang_12_0_1_libcpp:
5858

5959
clang_12_0_1_gcc_8_3_1_memleak:
6060
variables:
61-
SPEC: "~shared +asan +sanitizer_tests +tools tests=basic %clang@=12.0.1.gcc.8.3.1 cxxflags==-fsanitize=address"
61+
SPEC: "~shared +asan +sanitizer_tests +tools tests=basic %clang@=12.0.1.gcc.8.3.1"
6262
ASAN_OPTIONS: "detect_leaks=1"
6363
extends: .job_on_lassen
6464

0 commit comments

Comments
 (0)
Please sign in to comment.