Skip to content

Commit

Permalink
Use curl, not wget.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeOpenHWGroup authored Oct 10, 2023
1 parent de472eb commit 92362a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ phases:
- export VCS_HOME=/synopsys/vcs/S-2021.09-SP1
- export PATH=$VCS_HOME/bin:$PATH
- vcs -id
- wget https://buildbot.embecosm.com/job/corev-gcc-centos7/19/artifact/corev-openhw-gcc-centos7-20230905.tar.gz
# - wget https://buildbot.embecosm.com/job/corev-gcc-centos7/19/artifact/corev-openhw-gcc-centos7-20230905.tar.gz
- curl -O https://buildbot.embecosm.com/job/corev-gcc-centos7/19/artifact/corev-openhw-gcc-centos7-20230905.tar.gz
- tar xvf corev-openhw-gcc-centos7-20230905.tar.gz
- export CV_SW_TOOLCHAIN=corev-openhw-gcc-centos7-20230905
- export CV_SW_PREFIX=riscv32-corev-elf-
Expand Down

0 comments on commit 92362a3

Please sign in to comment.