This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
forked from banach-space/llvm-tutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Make sure that we use LLVM 11.0.1 rather than 11.1.0
The release/11.x branch of llvm-project has recently been update and now contains LLVM 11.1.0. Until recently it's been LLVM 11.0.0. This is fine, but llvm-tutor should just stick to one version. In order to guarantee this, use tags rather than branches to get a particular version of LLVM. I switched to `git clone --depth 10`. 10 is an arbitrary number here - big enough to guarantee that the `llvmorg-11.0.1` tag is also downloaded.
- Loading branch information
1 parent
72cb20d
commit 99e499b
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters