mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -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
|
make -C build VERBOSE=1 fish_run_tests
|
||||||
|
|
||||||
ubuntu-asan:
|
ubuntu-asan:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
# Rust has two different memory sanitizers of interest; they can't be used at the same time:
|
# Rust has two different memory sanitizers of interest; they can't be used at the same time:
|
||||||
|
|||||||
Reference in New Issue
Block a user