Skip to content

Commit eb91977

Browse files
committed
tmp: enable llvm-16 builder on PRs
1 parent ef23077 commit eb91977

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: x86_64-gnu-llvm-15
5959
os: ubuntu-20.04-16core-64gb
6060
env: {}
61+
- name: x86_64-gnu-llvm-16
62+
os: ubuntu-20.04-16core-64gb
63+
env: {}
6164
- name: x86_64-gnu-tools
6265
os: ubuntu-20.04-16core-64gb
6366
env: {}

src/ci/github-actions/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ jobs:
324324
- name: x86_64-gnu-llvm-15
325325
<<: *job-linux-16c
326326

327+
- name: x86_64-gnu-llvm-16
328+
<<: *job-linux-16c
329+
327330
- name: x86_64-gnu-tools
328331
<<: *job-linux-16c
329332

0 commit comments

Comments
 (0)