neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 98bb1d66b1985db43f84b272dd4e8a83d1511d44
parent d5a85d737aa2a5c3a64ef0aa5b01672b7ed49c09
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 10 Nov 2023 15:47:34 +0800

ci: remove UBSAN_OPTIONS environment variable (#25963)

Because it overrides log_path from ASAN_OPTIONS.

Ref https://github.com/google/sanitizers/issues/1675
Diffstat:
M.github/workflows/test.yml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -23,7 +23,6 @@ env: LOG_DIR: ${{ github.workspace }}/build/log NVIM_LOG_FILE: ${{ github.workspace }}/build/.nvimlog 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 # TEST_FILE: test/functional/core/startup_spec.lua # TEST_FILTER: foo