Skip to content

Commit

Permalink
Build 16.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Oct 2, 2023
1 parent 4e06ce3 commit 4f47402
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# adds an additional copy per link, but it reliably works and
# the additional size is not too large on Windows.
tar_extra_args: '--dereference'
llvm_version: ['15.x']
llvm_version: ['16.x']
llvm_repo_url: ['https://github.com/llvm/llvm-project.git']
fail-fast: true

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

strategy:
matrix:
llvm_version: ['15.x']
llvm_version: ['16.x']

steps:
- name: Download the Artifacts
Expand Down
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,31 @@ assets](https://github.com/wasmerio/llvm-custom-builds/releases).
</thead>
<tbody>
<tr>
<td rowspan="4">15</td>
<td rowspan="5">16</td>
<td rowspan="3">amd64</td>
<td>Darwin</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/16.x/darwin-amd64.tar.gz">download</a></td>
</tr>
<tr>
<td>Linux</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/16.x/linux-amd64.tar.gz">download</a></td>
</tr>
<tr>
<td>Windows</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/16.x/windows-amd64.tar.gz">download</a></td>
</tr>
<tr>
<td>aarch64</td>
<td>Linux</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/16.x/linux-aarch64.tar.gz">download</a></td>
</tr>
<tr>
<td>riscv64</td>
<td>Linux</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/16.x/linux-riscv64.tar.gz">download</a></td>
</tr>
<tr>
<td rowspan="5">15</td>
<td rowspan="3">amd64</td>
<td>Darwin</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/15.x/darwin-amd64.tar.gz">download</a></td>
Expand Down

0 comments on commit 4f47402

Please sign in to comment.