Skip to content

Commit

Permalink
resources/templates/{default,dev}.yml.j2: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 10, 2024
1 parent 7e0dc7e commit 59e649e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/templates/default.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ vars:
allow_extensions: false
runs_per_stage: true
# tvm.make_tool: "ninja"
llvm.distributioni: x86_64-linux-gnu-ubuntu-18.04
# llvm.distribution: x86_64-linux-gnu-ubuntu-18.04
# llvm.version: 18.1.8
llvm.dl_url: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/LLVM/default/18.1.8/Ubuntu/{{ ubuntu_version if ubuntu_version is defined else '20.04'}}/llvm.tar.xz"
riscv_gcc_rv32.dl_url: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/GCC/default/2024.09.03_gcc14/Ubuntu/{{ ubuntu_version if ubuntu_version is defined else '20.04'}}/rv32gc_ilp32d.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion resources/templates/dev.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ vars:
# llvm.version: "16.0.0"
# llvm.dl_url: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/LLVM/default/Archive/llvm16.tar.xz"
llvm.dl_url: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/LLVM/default/18.1.8/Ubuntu/{{ ubuntu_version if ubuntu_version is defined else '20.04'}}/llvm.tar.xz"
# llvm.distributioni: x86_64-linux-gnu-ubuntu-18.04
# llvm.distribution: x86_64-linux-gnu-ubuntu-18.04
# llvm.version: 18.1.8
riscv_gcc_rv32.dl_url: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/GCC/default/2024.09.03_gcc14/Ubuntu/{{ ubuntu_version if ubuntu_version is defined else '20.04'}}/rv32gc_ilp32d.tar.xz"
riscv_gcc_rv32.dl_url_vext: "https://syncandshare.lrz.de/dl/fiWBtDLWz17RBc1Yd4VDW7/GCC/default/2024.09.03_gcc14/Ubuntu/{{ ubuntu_version if ubuntu_version is defined else '20.04'}}/rv32gcv_ilp32d.tar.xz"
Expand Down

0 comments on commit 59e649e

Please sign in to comment.