Skip to content

Commit c065d03

Browse files
final change 1
1 parent 97fef14 commit c065d03

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ RUN rm -rf /tmp/runner /tmp/runner.patch
9090
COPY fs/ /
9191
RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
9292

93-
COPY manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
94-
95-
9693
# Switch to the runner user
9794
USER runner
9895

.github/scripts/ppc64le/self-hosted-builder/fs/usr/bin/actions-runner

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ set -e -u
44

55
trap cleanup EXIT
66

7-
# first import docker image
8-
if [ -f ./manywheel-ppc64le.tar ] ; then
9-
docker image load --input manywheel-ppc64le.tar
10-
docker image tag docker.io/pytorch/ubi9-ppc64le-builder:cpu-ppc64le docker.io/pytorch/ubi9-ppc64le-builder:cpu-ppc64le-main
11-
rm -f manywheel-ppc64le.tar
12-
fi
13-
147
token_file=registration-token.json
158

169
# Function to clean up and unregister the runner

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,7 @@ jobs:
196196
job_identifier: ${{ github.workflow }}_${{ inputs.build-environment }}
197197
s3_bucket: ${{ inputs.s3-bucket }}
198198

199-
- name: Clean dist directory before build
200-
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
201-
run: |
202-
rm -rf dist/*
203-
mkdir -p dist
204-
205-
- name: ls
206-
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
207-
run: |
208-
ls -l $(pwd)
209-
echo "#################"
210-
ls -l ${GITHUB_WORKSPACE}
199+
211200

212201
- name: Run Docker container and execute build script
213202
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'

0 commit comments

Comments
 (0)