mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
ci: remove redundant asan and ubsan options
We now have default options for ASAN and UBSAN (#23259)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -13,14 +13,14 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
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
|
BIN_DIR: ${{ github.workspace }}/bin
|
||||||
BUILD_DIR: ${{ github.workspace }}/build
|
BUILD_DIR: ${{ github.workspace }}/build
|
||||||
INSTALL_PREFIX: ${{ github.workspace }}/nvim-install
|
INSTALL_PREFIX: ${{ github.workspace }}/nvim-install
|
||||||
LOG_DIR: ${{ github.workspace }}/build/log
|
LOG_DIR: ${{ github.workspace }}/build/log
|
||||||
NVIM_LOG_FILE: ${{ github.workspace }}/build/.nvimlog
|
NVIM_LOG_FILE: ${{ github.workspace }}/build/.nvimlog
|
||||||
TSAN_OPTIONS: log_path=${{ github.workspace }}/build/log/tsan
|
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
|
VALGRIND_LOG: ${{ github.workspace }}/build/log/valgrind-%p.log
|
||||||
# TEST_FILE: test/functional/core/startup_spec.lua
|
# TEST_FILE: test/functional/core/startup_spec.lua
|
||||||
# TEST_FILTER: foo
|
# TEST_FILTER: foo
|
||||||
|
Reference in New Issue
Block a user