Revert "[ruff]: Build loongarch64 binaries in CI (#20361)" (#20372)

This commit is contained in:
William Woodruff
2025-09-12 17:21:04 -04:00
committed by GitHub
parent 1745554809
commit 1fa64a24b8
10 changed files with 10 additions and 27 deletions

View File

@@ -294,11 +294,6 @@ jobs:
arch: arm
- target: riscv64gc-unknown-linux-gnu
arch: riscv64
- target: loongarch64-unknown-linux-gnu
arch: loong64
# There's currently no loong64 support for Ubuntu so we are using Debian
base_image: --platform=linux/loong64 ghcr.io/loong64/debian:trixie
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -323,15 +318,12 @@ jobs:
with:
arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }}
distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }}
base_image: ${{ matrix.platform.base_image }}
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip python3-venv libatomic1
run: |
python3 -m venv .venv
source .venv/bin/activate
apt-get install -y --no-install-recommends python3 python3-pip libatomic1
pip3 install -U pip
run: |
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
ruff --help
- name: "Upload wheels"

View File

@@ -28,7 +28,5 @@ jobs:
pattern: wheels-*
path: wheels
merge-multiple: true
- name: Remove wheels unsupported by PyPI
run: rm wheels/*loong*
- name: Publish to PyPi
run: uv publish -v wheels/*