Skip to content

Commit 9ae59f5

Browse files
using manylinux1
1 parent ff6d77a commit 9ae59f5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/_linux-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ jobs:
100100
build:
101101
environment: ${{ github.ref == 'refs/heads/main' && 'scribe-protected' || startsWith(github.ref, 'refs/heads/release/') && 'scribe-protected' || contains(github.event.pull_request.labels.*.name, 'ci-scribe') && 'scribe-pr' || '' }}
102102
# Don't run on forked repos
103-
if: github.repository_owner == 'pytorch'
104-
runs-on: ${{ inputs.runner_prefix}}${{ inputs.runner }}
103+
if: inputs.runner == 'ppc64le'
104+
runs-on: ["self-hosted", "Linux", "ppc64le"]
105+
105106
timeout-minutes: 240
106107
outputs:
107108
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
name: linux-manylinux-2_28-py3-cpu-ppc64le
1919
uses: ./.github/workflows/_linux-build.yml
20+
2021
with:
2122
build-environment: linux-ppc64le-binary-manywheel
2223
docker-image-name: pytorch/manylinuxppc64le-builder:cpu-ppc64le-main
23-
runner: linux.ppc64le
24-
24+
runner: ppc64le

0 commit comments

Comments
 (0)