mirror of
https://github.com/openharmony/third_party_rust_signal-hook.git
synced 2026-07-01 20:44:18 -04:00
Exclude tokio from old compilers
It depends on things that are no longer supported on them.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
set -ex
|
||||
|
||||
rm -f Cargo.lock
|
||||
cargo build --all --exclude signal-hook-async-std --exclude signal-hook-sys
|
||||
cargo build --all --exclude signal-hook-async-std --exclude signal-hook-tokio
|
||||
|
||||
if [ "$RUST_VERSION" = 1.36.0 ] ; then
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user