mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(btop)
gha macos12 needs our libstdc++ too.
This commit is contained in:
parent
565b12a260
commit
33cc496582
|
@ -12,18 +12,13 @@ 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'
|
||||
# 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'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
darwin/x86-64:
|
||||
# it is not overly clear to us why this is required
|
||||
gnu.org/gcc: '>=10'
|
||||
env:
|
||||
linux/x86-64:
|
||||
LDFLAGS: -ldl $LDFLAGS
|
||||
|
@ -31,5 +26,4 @@ build:
|
|||
- make
|
||||
- make install PREFIX={{prefix}}
|
||||
|
||||
test:
|
||||
btop --version | grep {{version}}
|
||||
test: btop --version | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue