fix(btop)

gha macos12 needs our libstdc++ too.
This commit is contained in:
Jacob Heider 2024-01-29 14:13:16 -05:00
parent 565b12a260
commit 33cc496582
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -12,18 +12,13 @@ provides:
- bin/btop
dependencies:
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'
# 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'
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}}