disable audit until crossbeam epoch release (#5208)
This commit is contained in:
@ -15,7 +15,7 @@ do_bpf_check() {
|
|||||||
_ cargo +"$rust_nightly" test --all
|
_ cargo +"$rust_nightly" test --all
|
||||||
_ cargo +"$rust_nightly" clippy --all -- --version
|
_ cargo +"$rust_nightly" clippy --all -- --version
|
||||||
_ cargo +"$rust_nightly" clippy --all -- --deny=warnings
|
_ cargo +"$rust_nightly" clippy --all -- --deny=warnings
|
||||||
_ cargo +"$rust_stable" audit
|
# _ cargo +"$rust_stable" audit
|
||||||
}
|
}
|
||||||
|
|
||||||
(
|
(
|
||||||
@ -42,7 +42,7 @@ do_bpf_check() {
|
|||||||
_ cargo +"$rust_stable" fmt --all -- --check
|
_ cargo +"$rust_stable" fmt --all -- --check
|
||||||
_ cargo +"$rust_stable" clippy --all -- --version
|
_ cargo +"$rust_stable" clippy --all -- --version
|
||||||
_ cargo +"$rust_stable" clippy --all -- --deny=warnings
|
_ cargo +"$rust_stable" clippy --all -- --deny=warnings
|
||||||
_ cargo +"$rust_stable" audit
|
#_ cargo +"$rust_stable" audit
|
||||||
_ ci/nits.sh
|
_ ci/nits.sh
|
||||||
_ ci/order-crates-for-publishing.py
|
_ ci/order-crates-for-publishing.py
|
||||||
_ book/build.sh
|
_ book/build.sh
|
||||||
|
Reference in New Issue
Block a user