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 - bin/btop
dependencies: dependencies:
linux: # built fine for me on macOS 14 & Xcode 15 but wont in CI complaining
# built fine for me on macOS 14 & Xcode 15 but wont in CI complaining # that the provided clang is too old
# that the provided clang is too old # llvm^17 should work but didnt for headers not found reasons
# llvm^17 should work but didnt 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}}