Skip to content

Commit

Permalink
default.yml.j2: update gcc/llvm download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 8, 2024
1 parent b6c685a commit 9c34132
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/templates/default.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,10 @@ vars:
# tvm.make_tool: "ninja"
llvm.version: "14.0.0"
runs_per_stage: true
riscv_gcc.dl_url: "https://syncandshare.lrz.de/dl/fiD9HnHYkb2V8kNbVQYv242m/rv32gc.tar.gz"
riscv_gcc.dl_url_vext: "https://syncandshare.lrz.de/dl/fiGp4r3f6SZaC5QyDi6QUiNQ/rv32gcv_new.tar.gz"
riscv_gcc.dl_url_pext: "https://syncandshare.lrz.de/dl/fiNvP4mzVQ8uDvgT9Yf2bqNk/rv32gcp.tar.xz"
# tvm.make_tool: "ninja"
riscv_gcc.dl_url: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/GCC/default/2023.11.27/Ubuntu/20.04/rv32gc_ilp32d.tar.xz"
riscv_gcc.dl_url_vext: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/GCC/default/2023.11.27/Ubuntu/20.04/rv32gcv_ilp32d.tar.xz"
riscv_gcc.dl_url_pext: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/GCC/pext/2022.04.28/Ubuntu/20.04/rv32gcp_ilp32d.tar.xz"
flags:
tflmc.exe:
- x86

0 comments on commit 9c34132

Please sign in to comment.