File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 55#
66set -e
77
8- pip install poetry
9- poetry install --all-extras --no-root
10- pip install tests/trivup/trivup-0.12.7.tar.gz
11- pip install -U build
12-
138lib_dir=dest/runtimes/$OS_NAME -$ARCH /native
149tools/wheels/install-librdkafka.sh " ${LIBRDKAFKA_VERSION# v} " dest
1510export CFLAGS=" $CFLAGS -I${PWD} /dest/build/native/include"
1611export LDFLAGS=" $LDFLAGS -L${PWD} /${lib_dir} "
1712export LD_LIBRARY_PATH=" $LD_LIBRARY_PATH :$PWD /$lib_dir "
1813export DYLD_LIBRARY_PATH=" $DYLD_LIBRARY_PATH :$PWD /$lib_dir "
1914
20- python3 -m pip install .
15+ pip install -U build poetry
16+ poetry install --all-extras
17+ pip install tests/trivup/trivup-0.12.7.tar.gz
2118
2219if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
2320 if [[ -z $TEST_CONSUMER_GROUP_PROTOCOL ]]; then
You can’t perform that action at this time.
0 commit comments