Skip to content

Commit 9e42bac

Browse files
committed
pr tests back to linux-x64
1 parent 6010ac0 commit 9e42bac

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
with:
8484
CONCURRENCY: pr-${{ github.event.pull_request.number }}
8585
MODE: "pr"
86-
PLATFORM: linux-arm64
87-
WHEEL_ARTIFACT_NAME: "linux-arm64-wheel-fast"
86+
PLATFORM: linux-x64
87+
WHEEL_ARTIFACT_NAME: "linux-x64-wheel-fast"
8888
secrets: inherit
8989

9090
min-wheel-test:
@@ -94,8 +94,8 @@ jobs:
9494
uses: ./.github/workflows/reusable_test_wheels.yml
9595
with:
9696
CONCURRENCY: pr-${{ github.event.pull_request.number }}
97-
PLATFORM: linux-arm64
98-
WHEEL_ARTIFACT_NAME: "linux-arm64-wheel-fast"
97+
PLATFORM: linux-x64
98+
WHEEL_ARTIFACT_NAME: "linux-x64-wheel-fast"
9999
secrets: inherit
100100

101101
build-js:

.github/workflows/reusable_build_and_upload_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
runner="buildjet-8vcpu-ubuntu-2204-arm"
103103
target="aarch64-unknown-linux-gnu"
104104
container="null"
105-
compat="manylinux_2_35"
105+
compat="manylinux_2_35" # TODO(#5512): bringing that down to manylinux_2_31 requires a custom container
106106
;;
107107
linux-x64)
108108
runner="ubuntu-latest-16-cores"

.github/workflows/reusable_test_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Set runner and target based on platform
5757
id: set-config
5858
shell: bash
59+
# TODO(#5525): at least this target is broken, maybe others — we currently only use linux-x64 and windows-x64
5960
run: |
6061
case "${{ inputs.PLATFORM }}" in
6162
linux-arm64)

0 commit comments

Comments
 (0)