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:
Jacob Heider 2022-12-17 08:51:46 -05:00 committed by GitHub
parent ce35600221
commit 4b39c0fc9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: '*'