diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-10 15:47:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 15:47:34 +0800 |
commit | 98bb1d66b1985db43f84b272dd4e8a83d1511d44 (patch) | |
tree | 4b5ee7c039b4e6580631b22482028966916f1c1c | |
parent | d5a85d737aa2a5c3a64ef0aa5b01672b7ed49c09 (diff) | |
download | rneovim-98bb1d66b1985db43f84b272dd4e8a83d1511d44.tar.gz rneovim-98bb1d66b1985db43f84b272dd4e8a83d1511d44.tar.bz2 rneovim-98bb1d66b1985db43f84b272dd4e8a83d1511d44.zip |
ci: remove UBSAN_OPTIONS environment variable (#25963)
Because it overrides log_path from ASAN_OPTIONS.
Ref https://github.com/google/sanitizers/issues/1675
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ebb26d5c0..acf0f195b9 100644 --- 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 |