Pump riscv-toolchain version for CI build

This commit is contained in:
Florian Zaruba 2018-03-14 09:51:45 +01:00 committed by GitHub
parent 971c3ce704
commit 38b0ff8866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ cd $ROOT/tmp
if ! [ -e $RISCV/bin ]; then
[ -d $ROOT/tmp/riscv-gnu-toolchain ] || git clone https://github.com/riscv/riscv-gnu-toolchain.git
cd riscv-gnu-toolchain
git checkout 691e4e826251c7ec59f883cab18440c87baf45e7
git checkout 8ad8d4839acf2cdac0129b8fed8fe12136e77307
git submodule update --init --recursive
mkdir -p $RISCV