Skip to content

Commit

Permalink
fix toolchain prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Aug 19, 2022
1 parent 774fde6 commit b80451a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
# Abort if any command returns != 0
set -e

# Just TEST the available toolchain versions
TOOLCHAIN=riscv32-unknown-elf

# Decompress and test
echo ""

# Toolchain to be used
TOOLCHAIN=riscv32-unknown-elf
RELEASE=rv32e-1.0.0
TEST=riscv32-unknown-elf.gcc-10.1.0.rv32e.ilp32e.newlib
echo "Testing $RELEASE : $TEST/$TOOLCHAIN..."
Expand All @@ -21,6 +18,7 @@ $GITHUB_WORKSPACE/$TEST.tmp/bin/$TOOLCHAIN-gcc -v

echo ""

TOOLCHAIN=riscv32-unknown-elf
RELEASE=rv32i-2.0.0
TEST=riscv32-unknown-elf.gcc-10.2.0.rv32i.ilp32.newlib
echo "Testing $RELEASE : $TEST/$TOOLCHAIN..."
Expand All @@ -32,6 +30,7 @@ $GITHUB_WORKSPACE/$TEST.tmp/bin/$TOOLCHAIN-gcc -v

echo ""

TOOLCHAIN=riscv64-unknown-elf
RELEASE=rv64imc-3.0.0
TEST=riscv64-unknown-elf.gcc-12.1.0
echo "Testing $RELEASE : $TEST/$TOOLCHAIN..."
Expand Down

0 comments on commit b80451a

Please sign in to comment.