mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(btop)[1]
got too aggressive
This commit is contained in:
parent
33cc496582
commit
ef227ec58b
|
@ -12,11 +12,15 @@ provides:
|
|||
- bin/btop
|
||||
|
||||
dependencies:
|
||||
linux:
|
||||
# built fine for me on macOS 14 & Xcode 15 but won’t in CI complaining
|
||||
# that the provided clang is too old
|
||||
# llvm^17 should work but didn’t 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:
|
||||
|
|
Loading…
Reference in a new issue