CI: disable failing ubuntu-asan job

The rust-shellexpand dependency (via rust-embed)
fails to build on nightly Rust; Fix is at
https://gitlab.com/ijackson/rust-shellexpand/-/merge_requests/19
This commit is contained in:
Johannes Altmanninger
2026-02-23 15:46:59 +11:00
parent 6aee7bf378
commit 23ce9de1c3

View File

@@ -71,6 +71,7 @@ jobs:
make -C build VERBOSE=1 fish_run_tests
ubuntu-asan:
if: false
runs-on: ubuntu-latest
env:
# Rust has two different memory sanitizers of interest; they can't be used at the same time: