Skip to content

Commit a2c5b66

Browse files
committed
Add auditwheel plat
1 parent 8044b89 commit a2c5b66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,19 @@ blocks:
113113
value: arm64
114114
- name: CIBW_ARCHS
115115
value: aarch64
116+
- name: CIBW_ENVIRONMENT
117+
value: AUDITWHEEL_PLAT="manylinux_2_28_aarch64"
118+
- name: CIBW_MANYLINUX_*_IMAGE
119+
value: manylinux_2_28
120+
- name: CIBW_REPAIR_WHEEL_COMMAND
121+
value: auditwheel repair -w {dest_dir} {wheel} --plat manylinux2014_aarch64
122+
- name: CIBW_PROJECT_REQUIRES_PYTHON
123+
value: ">=3.8"
116124
jobs:
117125
- name: Build
118126
commands:
119127
- sem-version python 3.8
128+
- python -m pip install --upgrade pip
120129
- PIP_INSTALL_OPTIONS="--user" tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}" wheelhouse
121130
- tar -czf wheelhouse-linux-${ARCH}.tgz wheelhouse
122131
- artifact push workflow wheelhouse-linux-${ARCH}.tgz

0 commit comments

Comments
 (0)