Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/workflows/build-fastuuid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ jobs:
# Only manylinux: rustup.rs ships no riscv64 musl host toolchain, so
# musllinux can't build (same reason build-tiktoken.yml skips it).
CIBW_BUILD: ${{ matrix.python }}-manylinux_riscv64
CIBW_BUILD_VERBOSITY: '1'
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
# fastuuid ships no [tool.cibuildwheel], so the Rust toolchain its
# maturin backend needs is installed in-container here and put on PATH
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-fonttools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
only: ${{ matrix.python }}-manylinux_riscv64
env:
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
CIBW_BUILD_VERBOSITY: '1'
# Force the Cython extensions to compile (else setup.py ships a pure wheel).
CIBW_ENVIRONMENT: FONTTOOLS_WITH_CYTHON=1
# setup.py's setup_requires fetches Cython via easy_install (ignores pip
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-google-crc32c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
env:
CIBW_ARCHS: riscv64
CIBW_BUILD: ${{ matrix.python }}-manylinux_riscv64
CIBW_BUILD_VERBOSITY: '1'
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
# Build libcrc32c into the default prefix so setup.py's -lcrc32c resolves.
# POLICY_VERSION_MINIMUM: the pinned crc32c still declares cmake_minimum 3.1.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-sentencepiece.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
# runtime of an already serialized job for no consumer.
CIBW_SKIP: "cp39-* cp310-* cp311-* *-musllinux_*"
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
CIBW_BUILD_VERBOSITY: 1
# PIP_EXTRA_INDEX_URL covers the test-requires install inside the
# container, where numpy has riscv64 wheels in our registry but not on
# PyPI.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-zstandard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
env:
CIBW_ARCHS: riscv64
CIBW_BUILD: ${{ matrix.py }}-manylinux_riscv64
CIBW_BUILD_VERBOSITY: '1'
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
CIBW_ENVIRONMENT_PASS_LINUX: PIP_EXTRA_INDEX_URL
PIP_EXTRA_INDEX_URL: https://pypi.riseproject.dev/simple/
Expand Down
Loading