File tree 2 files changed +28
-4
lines changed
2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 30
30
# adds an additional copy per link, but it reliably works and
31
31
# the additional size is not too large on Windows.
32
32
tar_extra_args : ' --dereference'
33
- llvm_version : ['16 .x']
33
+ llvm_version : ['18 .x']
34
34
llvm_repo_url : ['https://github.com/llvm/llvm-project.git']
35
35
fail-fast : true
36
36
@@ -46,13 +46,13 @@ jobs:
46
46
run : |
47
47
sudo apt-get install ninja-build -y
48
48
49
- - name : Install cross-compilatio tools
49
+ - name : Install cross-compilation tools
50
50
if : matrix.target.id == 'linux-aarch64'
51
51
shell : bash
52
52
run : |
53
53
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
54
54
55
- - name : Install cross-compilatio tools
55
+ - name : Install cross-compilation tools
56
56
if : matrix.target.id == 'linux-riscv64'
57
57
shell : bash
58
58
run : |
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
strategy :
129
129
matrix :
130
- llvm_version : ['16 .x']
130
+ llvm_version : ['18 .x']
131
131
132
132
steps :
133
133
- 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).
48
48
</tr>
49
49
</thead >
50
50
<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>
51
75
<tr>
52
76
<td rowspan="5">16</td>
53
77
<td rowspan="3">amd64</td>
You can’t perform that action at this time.
0 commit comments