Skip to content

Commit

Permalink
[ci] Pin the llvm versions for alpine linux.
Browse files Browse the repository at this point in the history
This patch avoids picking up the latest uploaded llvm18 and partially mixing it
with llvm17.
  • Loading branch information
vgvassilev committed Jun 11, 2024
1 parent 84ee5a0 commit 72052cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
arch: ${{ matrix.target }}
branch: edge
packages: >
llvm-dev
clang-dev
clang-static
llvm17-dev
clang17-dev
clang17-static
llvm17-static
llvm17-gtest
cmake
llvm
clang
make
git
- name: "Setup"
Expand Down

0 comments on commit 72052cb

Please sign in to comment.