File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN pip-3.12 install typing_extensions
8686# EPEL for cmake
8787FROM base as patchelf
8888# Install patchelf
89- ADD .. /common/install_patchelf.sh install_patchelf.sh
89+ ADD ./common/install_patchelf.sh install_patchelf.sh
9090RUN bash ./install_patchelf.sh && rm install_patchelf.sh
9191RUN cp $(which patchelf) /patchelf
9292
Original file line number Diff line number Diff line change 2424 - name : Build Docker image for ppc64le
2525 run : |
2626 # docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
27- .ci/docker/manywheel/build.sh manylinuxppc64le-builder -t manylinuxppc64le-builder
27+ GPU_ARCH_TYPE=cpu-ppc64le "$(pwd)/.ci/docker/manywheel/build.sh" manylinuxppc64le-builder
28+
2829
2930 - name : Save Docker image to tarball
3031 run : |
4041
4142 name : linux-manylinux-2_28-py3-cpu-ppc64le-build
4243 uses : ./.github/workflows/_linux-build.yml
43- # needs: linux-ppc64le-docker-image-build
44+ needs : linux-ppc64le-docker-image-build
4445 with :
4546 build-environment : linux-ppc64le-binary-manywheel
4647 docker-image-name : manylinuxppc64le-builder
You can’t perform that action at this time.
0 commit comments