File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed
Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 3030 # adds an additional copy per link, but it reliably works and
3131 # the additional size is not too large on Windows.
3232 tar_extra_args : ' --dereference'
33- llvm_version : ['16 .x']
33+ llvm_version : ['18 .x']
3434 llvm_repo_url : ['https://github.com/llvm/llvm-project.git']
3535 fail-fast : true
3636
@@ -46,13 +46,13 @@ jobs:
4646 run : |
4747 sudo apt-get install ninja-build -y
4848
49- - name : Install cross-compilatio tools
49+ - name : Install cross-compilation tools
5050 if : matrix.target.id == 'linux-aarch64'
5151 shell : bash
5252 run : |
5353 sudo apt-get install gcc-12-aarch64-linux-gnu g++-12-aarch64-linux-gnu gcc-12-multilib binutils-aarch64-linux-gnu libgcc-12-dev-arm64-cross libstdc++6-arm64-cross -y
5454
55- - name : Install cross-compilatio tools
55+ - name : Install cross-compilation tools
5656 if : matrix.target.id == 'linux-riscv64'
5757 shell : bash
5858 run : |
@@ -127,7 +127,7 @@ jobs:
127127
128128 strategy :
129129 matrix :
130- llvm_version : ['16 .x']
130+ llvm_version : ['18 .x']
131131
132132 steps :
133133 - name : Download the Artifacts
Original file line number Diff line number Diff line change @@ -48,6 +48,30 @@ assets](https://github.com/wasmerio/llvm-custom-builds/releases).
4848 </tr>
4949 </thead >
5050 <tbody >
51+ <tr>
52+ <td rowspan="5">18</td>
53+ <td rowspan="3">amd64</td>
54+ <td>Darwin</td>
55+ <td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/darwin-amd64.tar.gz">download</a></td>
56+ </tr>
57+ <tr>
58+ <td>Linux</td>
59+ <td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/linux-amd64.tar.gz">download</a></td>
60+ </tr>
61+ <tr>
62+ <td>Windows</td>
63+ <td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/windows-amd64.tar.gz">download</a></td>
64+ </tr>
65+ <tr>
66+ <td>aarch64</td>
67+ <td>Linux</td>
68+ <td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/linux-aarch64.tar.gz">download</a></td>
69+ </tr>
70+ <tr>
71+ <td>riscv64</td>
72+ <td>Linux</td>
73+ <td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/linux-riscv64.tar.gz">download</a></td>
74+ </tr>
5175 <tr>
5276 <td rowspan="5">16</td>
5377 <td rowspan="3">amd64</td>
You can’t perform that action at this time.
0 commit comments