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 5
5
#
6
6
set -e
7
7
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
-
13
8
lib_dir=dest/runtimes/$OS_NAME -$ARCH /native
14
9
tools/wheels/install-librdkafka.sh " ${LIBRDKAFKA_VERSION# v} " dest
15
10
export CFLAGS=" $CFLAGS -I${PWD} /dest/build/native/include"
16
11
export LDFLAGS=" $LDFLAGS -L${PWD} /${lib_dir} "
17
12
export LD_LIBRARY_PATH=" $LD_LIBRARY_PATH :$PWD /$lib_dir "
18
13
export DYLD_LIBRARY_PATH=" $DYLD_LIBRARY_PATH :$PWD /$lib_dir "
19
14
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
21
18
22
19
if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
23
20
if [[ -z $TEST_CONSUMER_GROUP_PROTOCOL ]]; then
You can’t perform that action at this time.
0 commit comments