Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM 13 support #21

Merged
merged 6 commits into from
Oct 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[.github/workflows/*from-soruces.yml] Use latest Ninja
  • Loading branch information
SamuelMarks committed Oct 9, 2021
commit 2d90f87cdd52c37d9b26656e58404094bfa310da
5 changes: 2 additions & 3 deletions .github/workflows/x86-darwin-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
- uses: actions/checkout@v1
- name: Download Ninja
run: |
git clone git://github.com/martine/ninja.git
git clone git://github.com/ninja-build/ninja.git
pushd ninja
./bootstrap.py
chmod a+rx ninja
./configure.py --bootstrap
popd
- name: Add Ninja to $PATH
run: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/x86-ubuntu-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
- uses: actions/checkout@v1
- name: Download Ninja
run: |
git clone git://github.com/martine/ninja.git
git clone git://github.com/ninja-build/ninja.git
pushd ninja
./bootstrap.py
chmod a+rx ninja
./configure.py --bootstrap
popd
- name: Add Ninja to $PATH
run: |
Expand Down