fix(librdkafka) (#3829)

* fix(librdkafka)

* wip

* wip

* wip
This commit is contained in:
Jacob Heider 2023-10-25 17:51:07 -04:00 committed by GitHub
parent 84dfa483ee
commit 0771653400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,16 +16,22 @@ build:
dependencies:
freedesktop.org/pkg-config: '*'
python.org: ~3.11
llvm.org: <17
gnu.org/make: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make --jobs {{ hw.concurrency }} install
env:
CC: clang
CXX: clang++
LD: clang
AR: llvm-ar
AS: llvm-as
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
freedesktop.org/pkg-config: '*'
script:
pkg-config --modversion rdkafka | grep {{version}}
script: pkg-config --modversion rdkafka | grep {{version}}