mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(btop)
gha macos12 needs our libstdc++ too.
This commit is contained in:
parent
565b12a260
commit
33cc496582
1 changed files with 6 additions and 12 deletions
|
@ -12,18 +12,13 @@ provides:
|
||||||
- bin/btop
|
- bin/btop
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
linux:
|
# built fine for me on macOS 14 & Xcode 15 but won’t in CI complaining
|
||||||
# built fine for me on macOS 14 & Xcode 15 but won’t in CI complaining
|
# that the provided clang is too old
|
||||||
# that the provided clang is too old
|
# llvm^17 should work but didn’t for headers not found reasons
|
||||||
# llvm^17 should work but didn’t for headers not found reasons
|
# needed for build and runtime
|
||||||
# needed for build and runtime
|
gnu.org/gcc: '>=10'
|
||||||
gnu.org/gcc: '>=10'
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
|
||||||
darwin/x86-64:
|
|
||||||
# it is not overly clear to us why this is required
|
|
||||||
gnu.org/gcc: '>=10'
|
|
||||||
env:
|
env:
|
||||||
linux/x86-64:
|
linux/x86-64:
|
||||||
LDFLAGS: -ldl $LDFLAGS
|
LDFLAGS: -ldl $LDFLAGS
|
||||||
|
@ -31,5 +26,4 @@ build:
|
||||||
- make
|
- make
|
||||||
- make install PREFIX={{prefix}}
|
- make install PREFIX={{prefix}}
|
||||||
|
|
||||||
test:
|
test: btop --version | grep {{version}}
|
||||||
btop --version | grep {{version}}
|
|
||||||
|
|
Loading…
Reference in a new issue