mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 17:52:45 +08:00
Github Actions: Remove CXXFLAGS for ASAN
The only C++ we have left is fish_test_helper
This commit is contained in:
parent
0ff1e50a33
commit
46cde6cc55
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -93,7 +93,6 @@ jobs:
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
CXXFLAGS: "-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -DFISH_CI_SAN"
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
# Rust's ASAN requires the build system to explicitly pass a --target triple. We read that
|
||||
|
Loading…
x
Reference in New Issue
Block a user