[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:
@@ -88,6 +88,7 @@ jobs:
|
|||||||
- bash: cargo install cargo-fuzz
|
- bash: cargo install cargo-fuzz
|
||||||
displayName: Install cargo-fuzz
|
displayName: Install cargo-fuzz
|
||||||
condition: and(succeeded(), eq(variables['toolchain'], 'nightly'))
|
condition: and(succeeded(), eq(variables['toolchain'], 'nightly'))
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
fuzz_module="ffaefab69523eb11935a9b420d58826c8ea65c4c"
|
fuzz_module="ffaefab69523eb11935a9b420d58826c8ea65c4c"
|
||||||
cargo fuzz run fuzz_translate_module \
|
cargo fuzz run fuzz_translate_module \
|
||||||
@@ -96,6 +97,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
condition: and(succeeded(), eq(variables['toolchain'], 'nightly'))
|
condition: and(succeeded(), eq(variables['toolchain'], 'nightly'))
|
||||||
|
continueOnError: true
|
||||||
|
|
||||||
- job: Fuzz_regression
|
- job: Fuzz_regression
|
||||||
displayName: Fuzz regression
|
displayName: Fuzz regression
|
||||||
|
|||||||
Reference in New Issue
Block a user