mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
GHA/linux: replace raw C option with CMAKE_BUILD_TYPE=Debug in tsan job
Ref: #22533
Follow-up to 2a46df31fd #18274
Closes #22534
This commit is contained in:
parent
43680a50cf
commit
1cf6be5a0b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
|
@ -414,9 +414,9 @@ jobs:
|
|||
install_packages: clang-22 libtsan2
|
||||
install_steps: pytest openssl-tsan
|
||||
CC: clang-22
|
||||
CFLAGS: -fsanitize=thread -g
|
||||
CFLAGS: -fsanitize=thread
|
||||
LDFLAGS: -fsanitize=thread
|
||||
generate: -DOPENSSL_ROOT_DIR=/home/runner/openssl -DUSE_ECH=ON -DENABLE_DEBUG=ON
|
||||
generate: -DCMAKE_BUILD_TYPE=Debug -DENABLE_DEBUG=ON -DOPENSSL_ROOT_DIR=/home/runner/openssl -DUSE_ECH=ON
|
||||
|
||||
- name: 'memory-sanitizer'
|
||||
image: ubuntu-26.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue