summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-07-23 13:58:42 -0600
committerAlan Somers <asomers@gmail.com>2022-07-23 14:46:42 -0600
commitca2c9208ecff9ae4ad92ed72fc49202f82e0640e (patch)
tree1cecb43497ab88eb8047b44c08c43da97e11d7bf
parent098aba2c4a4fed68222f7f48dbab72aedd9177d8 (diff)
downloadnix-ca2c9208ecff9ae4ad92ed72fc49202f82e0640e.zip
Pin cargo-hack to 0.5.14 in CI
Newer versions of cargo-hack require a newer toolchain to install
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 9b735cf2..49f259a1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -21,7 +21,7 @@ build: &BUILD
- $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
- $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
- $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings
- - if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN install cargo-hack; fi
+ - if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN install --version 0.5.14 cargo-hack; fi
- if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN hack $ZFLAGS check --target $TARGET --each-feature; fi
# Tests that do require executing the binaries