File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ blocks:
81
81
- python setup.py build && python setup.py install
82
82
- make docs
83
83
- name : " Wheels: Linux arm64"
84
+ # run:
85
+ # when: "tag =~ '.*'"
84
86
dependencies : []
85
87
task :
86
88
agent :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mkdir -p "$BUILDDIR/librdkafka"
29
29
pushd " $BUILDDIR /librdkafka"
30
30
31
31
test -f configure ||
32
- curl -q -L " https://github.com/confluentinc/librdkafka/archive/refs/tags/v ${VERSION} .tar.gz" | \
32
+ curl -q -L " https://github.com/confluentinc/librdkafka/archive/refs/tags/${VERSION} .tar.gz" | \
33
33
tar -xz --strip-components=1 -f -
34
34
35
35
./configure --clean
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [[ ! -f /.dockerenv ]]; then
39
39
docker_image=quay.io/pypa/manylinux_2_28_x86_64:latest
40
40
fi
41
41
42
- docker run -t -v $( pwd) :/io $docker_image /io/tools/build-manylinux.sh " $ LIBRDKAFKA_VERSION"
42
+ docker run -t -v $( pwd) :/io $docker_image /io/tools/build-manylinux.sh " v ${ LIBRDKAFKA_VERSION} "
43
43
44
44
exit $?
45
45
fi
You can’t perform that action at this time.
0 commit comments