Skip to content

Commit

Permalink
ci: build with slimllvm 18 now
Browse files Browse the repository at this point in the history
  • Loading branch information
DarknessKiller committed Aug 11, 2024
1 parent 376b970 commit b15dc1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: fetch-slimllvm
run: |
rm -rf prebuilts-master/clang/host/linux-x86/clang-r416183b
git clone https://gitlab.com/MRDarknessKiller/slimllvm.git -b 14 --depth=1 prebuilts-master/clang/host/linux-x86/clang-r416183b
git clone https://gitlab.com/MRDarknessKiller/slimllvm.git -b 18 --depth=1 prebuilts-master/clang/host/linux-x86/clang-r416183b
- name: Configure build environment
id: configure-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: fetch-slimllvm
run: |
rm -rf prebuilts-master/clang/host/linux-x86/clang-r416183b
git clone https://gitlab.com/MRDarknessKiller/slimllvm.git -b 14 --depth=1 prebuilts-master/clang/host/linux-x86/clang-r416183b
git clone https://gitlab.com/MRDarknessKiller/slimllvm.git -b 18 --depth=1 prebuilts-master/clang/host/linux-x86/clang-r416183b
- name: Configure build environment
id: configure-build
Expand Down

0 comments on commit b15dc1d

Please sign in to comment.