File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed
scripts/ppc64le/self-hosted-builder Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,6 @@ RUN rm -rf /tmp/runner /tmp/runner.patch
9090COPY fs/ /
9191RUN 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
9794USER runner
9895
Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ set -e -u
44
55trap 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-
147token_file=registration-token.json
158
169# Function to clean up and unregister the runner
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments