mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
update(cc)
unpin LLVM14
This commit is contained in:
parent
0261e3d5a5
commit
a3a0ce82c8
1 changed files with 2 additions and 4 deletions
|
@ -3,13 +3,11 @@ distributable: ~
|
||||||
# FIXME we want the c version eg. c99
|
# FIXME we want the c version eg. c99
|
||||||
# or should that be some kind of option? so you specify you want a cc that support c99
|
# or should that be some kind of option? so you specify you want a cc that support c99
|
||||||
versions:
|
versions:
|
||||||
- 0.1.6
|
- 0.1.7
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
linux:
|
linux:
|
||||||
llvm.org: '<15' # Right now, at least 8 packages don't build with llvm^15 in the environment.
|
llvm.org: '*'
|
||||||
# There shouldn't be any particular harm with limiting this for now. But, it
|
|
||||||
# should definitely be FIXME.
|
|
||||||
darwin:
|
darwin:
|
||||||
apple.com/xcode/clt: '*'
|
apple.com/xcode/clt: '*'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue