[ci] Disable cargo fuzz on macos nightly;

It has started breaking in ways unrelated to Cranelift, making it hard
to spot real CI failures in Cranelift. We should re-enable it at some
point, but disable it in the meanwhile.
This commit is contained in:
Benjamin Bouvier
2019-10-15 10:15:06 +02:00
parent 1ccf056baf
commit 48ccb3e051

View File

@@ -88,6 +88,7 @@ jobs:
- bash: cargo install cargo-fuzz
displayName: Install cargo-fuzz
condition: and(succeeded(), eq(variables['toolchain'], 'nightly'))
- bash: |
fuzz_module="ffaefab69523eb11935a9b420d58826c8ea65c4c"
cargo fuzz run fuzz_translate_module \
@@ -96,6 +97,7 @@ jobs:
env:
RUST_BACKTRACE: 1
condition: and(succeeded(), eq(variables['toolchain'], 'nightly'))
continueOnError: true
- job: Fuzz_regression
displayName: Fuzz regression