update(cc)

unpin LLVM14
This commit is contained in:
Jacob Heider 2023-06-26 16:14:26 -04:00
parent 0261e3d5a5
commit a3a0ce82c8
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -3,13 +3,11 @@ distributable: ~
# 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
versions:
- 0.1.6
- 0.1.7
dependencies:
linux:
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.
llvm.org: '*'
darwin:
apple.com/xcode/clt: '*'