Skip to content

Commit

Permalink
Update the RISC-V toolchain name
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Oct 19, 2023
1 parent 35ff133 commit c900ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
cd ..

if [[ "$(rustup toolchain list)" =~ "rv32e-nightly-2023-04-05-x86_64-unknown-linux-gnu" ]]; then
if [[ "$(rustup toolchain list)" =~ "riscv32em-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu" ]]; then
export CI_RV32E_TOOLCHAIN_AVAILABLE=1
fi

Expand Down
2 changes: 1 addition & 1 deletion guest-programs/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "rv32e-nightly-2023-04-05-x86_64-unknown-linux-gnu"
channel = "riscv32em-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu"

0 comments on commit c900ac6

Please sign in to comment.