Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-uharfbuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
CIBW_BUILD: cp310-${{ matrix.libc }}_riscv64
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
CIBW_MUSLLINUX_RISCV64_IMAGE: ${{ env.MUSLLINUX_RISCV64_IMAGE }}
# The riscv64-compat patch leaves the checkout dirty relative to the
# tag, so setuptools_scm would otherwise compute a dev version.
CIBW_ENVIRONMENT: SETUPTOOLS_SCM_PRETEND_VERSION=${{ env.UHARFBUZZ_VERSION }}
# Upstream's own repair-wheel-command pipes into a pipx-installed
# abi3audit, which the riscv64 image doesn't carry (gotcha 217);
# cibuildwheel's own default audit-command already abi3audits every
Expand Down
Loading