mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
GitHub Actions: drop UBSan suppressions
These were only needed on Travis, and only worked there in this form.
This commit is contained in:
parent
a1f55b1b73
commit
fd184cb4ea
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
CXXFLAGS: "-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address"
|
CXXFLAGS: "-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address"
|
||||||
ASAN_OPTIONS: check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
ASAN_OPTIONS: check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
||||||
UBSAN_OPTIONS: print_stacktrace=1:report_error_type=1:suppressions=$TRAVIS_BUILD_DIR/build_tools/ubsan.blacklist
|
UBSAN_OPTIONS: print_stacktrace=1:report_error_type=1
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Ubuntu Xenial (used for Travis CI builds) ships libstdc++ 5.4.0 which contains undefined behaviour
|
|
||||||
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345
|
|
||||||
object-size:*bits/stl_tree.h
|
|
Loading…
Reference in New Issue
Block a user