mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
llvm^15 doesn't agree with several of our packages (#76)
* rust 🚫 llvm^15
* this might be the right fix to all the llvm^15 breakage
This commit is contained in:
parent
ce35600221
commit
4b39c0fc9b
|
@ -7,7 +7,9 @@ versions:
|
|||
|
||||
dependencies:
|
||||
linux:
|
||||
llvm.org: '*'
|
||||
llvm.org: '<15' # Right now, at least 8 packages don't build with llvm^15 in the environment.
|
||||
# There shouldn't be any particular harm with limiting this for now. But, it
|
||||
# should definitely be FIXME.
|
||||
darwin:
|
||||
apple.com/xcode/clt: '*'
|
||||
|
||||
|
|
Loading…
Reference in a new issue