mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-05 05:11:15 -03:00
GitHub Actions: drop UBSan suppressions
These were only needed on Travis, and only worked there in this form.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
CXX: clang++
|
||||
CXXFLAGS: "-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address"
|
||||
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: |
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
|
||||
Reference in New Issue
Block a user