Skip to content

Commit

Permalink
Update GH to LLVM 18
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed May 5, 2024
1 parent 5ad0718 commit 56e4422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/x86-darwin-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "${GITHUB_WORKSPACE}/ninja" >> $GITHUB_PATH
- name: Clone llvm-project
run: |
git clone --depth 1 --single-branch --branch release/17.x https://github.com/llvm/llvm-project
git clone --depth 1 --single-branch --branch release/18.x https://github.com/llvm/llvm-project
- name: Build LLVM
run: |
cd llvm-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86-ubuntu-llvm-from-sources-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "${GITHUB_WORKSPACE}/ninja" >> $GITHUB_PATH
- name: Clone llvm-project
run: |
git clone --depth 1 --single-branch --branch release/17.x https://github.com/llvm/llvm-project
git clone --depth 1 --single-branch --branch release/18.x https://github.com/llvm/llvm-project
cd llvm-project
- name: Register MBAAdd statically
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86-ubuntu-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "${GITHUB_WORKSPACE}/ninja" >> $GITHUB_PATH
- name: Clone llvm-project
run: |
git clone --depth 10 --single-branch --branch release/17.x https://github.com/llvm/llvm-project
git clone --depth 10 --single-branch --branch release/18.x https://github.com/llvm/llvm-project
- name: Build LLVM
run: |
cd llvm-project
Expand Down

0 comments on commit 56e4422

Please sign in to comment.