mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-19 18:01:15 -03:00
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:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user