mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(btop)[1]
got too aggressive
This commit is contained in:
parent
33cc496582
commit
ef227ec58b
1 changed files with 9 additions and 5 deletions
|
@ -12,11 +12,15 @@ provides:
|
||||||
- bin/btop
|
- bin/btop
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
# built fine for me on macOS 14 & Xcode 15 but won’t in CI complaining
|
linux:
|
||||||
# that the provided clang is too old
|
# built fine for me on macOS 14 & Xcode 15 but won’t in CI complaining
|
||||||
# llvm^17 should work but didn’t for headers not found reasons
|
# that the provided clang is too old
|
||||||
# needed for build and runtime
|
# llvm^17 should work but didn’t for headers not found reasons
|
||||||
gnu.org/gcc: '>=10'
|
# 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:
|
build:
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue