Skip to content

Commit

Permalink
Update cargo-nextest to 0.9.64 (#1157)
Browse files Browse the repository at this point in the history
0.9.62 was yanked (see guppy-rs/guppy#157 for
details), and can no longer be installed.
  • Loading branch information
korran authored Dec 6, 2023
1 parent c006bea commit fc11966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-tools/fpga-image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
su $SUDO_USER -c "
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=\"aarch64-linux-gnu-gcc\" \
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=\"-C link-arg=--sysroot=$PWD/out/rootfs\" \
~/.cargo/bin/cargo install cargo-nextest@0.9.62 \
~/.cargo/bin/cargo install cargo-nextest@0.9.64 \
--locked \
--no-default-features \
--features=default-no-update \
Expand Down
2 changes: 1 addition & 1 deletion ci-tools/github-runner/scripts/tweak_runner_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set -x
su runner -c "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.70"
su runner -c "/home/runner/.cargo/bin/rustup target add riscv32imc-unknown-none-elf"
echo Installing cargo-nextest
su runner -c "/home/runner/.cargo/bin/cargo install cargo-nextest@0.9.62 --locked --no-default-features --features=default-no-update"
su runner -c "/home/runner/.cargo/bin/cargo install cargo-nextest@0.9.64 --locked --no-default-features --features=default-no-update"

mkdir sw
(
Expand Down

0 comments on commit fc11966

Please sign in to comment.