Skip to content

Commit

Permalink
github: change name of compiler
Browse files Browse the repository at this point in the history
It seems like it's different now.

Signed-off-by: Sean Cross <[email protected]>
  • Loading branch information
xobs committed Jun 18, 2024
1 parent d82d6c7 commit b5e401b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
working-directory: build/rust
run: |
export RUST_COMPILER_RT_ROOT=$(pwd)/src/llvm-project/compiler-rt \
&& export PATH=${RUNNER_TEMP}/.setup-riscv-gnu-toolchain/bin:$PATH \
&& rm -rf target \
&& cargo build \
--target riscv32imac-unknown-xous-elf \
Expand All @@ -106,5 +105,5 @@ jobs:
RUSTC_BOOTSTRAP: 1
RUSTFLAGS: -Cforce-unwind-tables=yes -Cembed-bitcode=yes
__CARGO_DEFAULT_LIB_METADATA: stablestd
CC: riscv-none-embed-gcc
AR: riscv-none-embed-ar
CC: riscv-none-elf-gcc
AR: riscv-none-elf-ar

0 comments on commit b5e401b

Please sign in to comment.