aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorii14 <59243201+ii14@users.noreply.github.com>2023-05-15 23:21:04 +0200
committerGitHub <noreply@github.com>2023-05-15 23:21:04 +0200
commitbd247d835fd703c62df2bc0fbe3c8c522cc9c7ac (patch)
tree2249061d0c87bd5a4ce59e217d4b0c108659a463
parent8e3124493ce176843b9a66773d76a4422647dea9 (diff)
downloadrneovim-bd247d835fd703c62df2bc0fbe3c8c522cc9c7ac.tar.gz
rneovim-bd247d835fd703c62df2bc0fbe3c8c522cc9c7ac.tar.bz2
rneovim-bd247d835fd703c62df2bc0fbe3c8c522cc9c7ac.zip
ci: remove redundant asan and ubsan options
We now have default options for ASAN and UBSAN (#23259)
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 23019428c8..ba696ad85a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,14 +13,14 @@ concurrency:
cancel-in-progress: true
env:
- ASAN_OPTIONS: detect_leaks=1:check_initialization_order=1:handle_abort=1:handle_sigill=1:log_path=${{ github.workspace }}/build/log/asan:intercept_tls_get_addr=0
+ ASAN_OPTIONS: detect_leaks=1:check_initialization_order=1:log_path=${{ github.workspace }}/build/log/asan:intercept_tls_get_addr=0
BIN_DIR: ${{ github.workspace }}/bin
BUILD_DIR: ${{ github.workspace }}/build
INSTALL_PREFIX: ${{ github.workspace }}/nvim-install
LOG_DIR: ${{ github.workspace }}/build/log
NVIM_LOG_FILE: ${{ github.workspace }}/build/.nvimlog
TSAN_OPTIONS: log_path=${{ github.workspace }}/build/log/tsan
- UBSAN_OPTIONS: "print_stacktrace=1 log_path=${{ github.workspace }}/build/log/ubsan"
+ UBSAN_OPTIONS: log_path=${{ github.workspace }}/build/log/ubsan
VALGRIND_LOG: ${{ github.workspace }}/build/log/valgrind-%p.log
# TEST_FILE: test/functional/core/startup_spec.lua
# TEST_FILTER: foo