fix(btop)[1]

got too aggressive
This commit is contained in:
Jacob Heider 2024-01-29 14:30:07 -05:00
parent 33cc496582
commit ef227ec58b
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -12,11 +12,15 @@ provides:
- bin/btop
dependencies:
# built fine for me on macOS 14 & Xcode 15 but wont in CI complaining
# that the provided clang is too old
# llvm^17 should work but didnt for headers not found reasons
# needed for build and runtime
gnu.org/gcc: '>=10'
linux:
# built fine for me on macOS 14 & Xcode 15 but wont in CI complaining
# that the provided clang is too old
# llvm^17 should work but didnt for headers not found reasons
# needed for build and runtime
gnu.org/gcc: '>=10'
darwin/x86-64:
# it is not overly clear to us why this is required
gnu.org/gcc: '>=10'
build:
env: