Skip to content

Commit

Permalink
Trying toolchain 20201220
Browse files Browse the repository at this point in the history
Change-Id: Iee732e75a451957f497641a4b5e7428e4472358e
Signed-off-by: Jan Matyas <[email protected]>
  • Loading branch information
Jan Matyas committed Jan 3, 2021
1 parent e38b531 commit 9510853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/riscv-openocd-ci/download_toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TOOLCHAIN_URL="https://buildbot.embecosm.com/job/riscv32-gcc-ubuntu1804"
TOOLCHAIN_URL+="/25/artifact/riscv32-embecosm-gcc-ubuntu1804-20201108.tar.gz"
TOOLCHAIN_URL+="/35/artifact/riscv32-embecosm-gcc-ubuntu1804-20201220.tar.gz"
ARCHIVE_NAME=${TOOLCHAIN_URL##*/}
DOWNLOAD_DIR=`pwd`/tools/riscv-openocd-ci/work
INSTALL_DIR=`pwd`/tools/riscv-openocd-ci/work/install
Expand Down

0 comments on commit 9510853

Please sign in to comment.