pin compiler-rt to a specific commit
The f26 branch HEAD of compiler-rt needs llvm-4.0.1, but its f26 branch is only on 4.0.0, d'oh!
This commit is contained in:
parent
a4009fbcaf
commit
29be9141f4
1 changed files with 3 additions and 1 deletions
|
|
@ -682,7 +682,9 @@ data:
|
|||
buildorder: 6
|
||||
compiler-rt:
|
||||
rationale: Requirement for clang.
|
||||
ref: f26
|
||||
#ref: f26
|
||||
# f26 HEAD needs llvm-4.0.1 which isn't available in f26 (yet)
|
||||
ref: 6bcb3b7dbd6d081521df3be798997fe21665997f
|
||||
buildorder: 7
|
||||
clang:
|
||||
rationale: Requirement for mesa.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue