mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 21:20:45 +00:00
ci: remove UBSAN_OPTIONS environment variable (#25963)
Because it overrides log_path from ASAN_OPTIONS. Ref https://github.com/google/sanitizers/issues/1675
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -23,7 +23,6 @@ env:
|
|||||||
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: 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