Skip to content

Commit 296cce4

Browse files
build script comment manylinux check
1 parent 3131ec9 commit 296cce4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e -u
44

55
# first import docker image
6-
if [ -f ./manywheel-s390x.tar ] ; then
7-
docker image load --input manywheel-s390x.tar
8-
docker image tag docker.io/pytorch/manylinuxs390x-builder:cpu-s390x docker.io/pytorch/manylinuxs390x-builder:cpu-s390x-main
9-
rm -f manywheel-s390x.tar
6+
if [ -f ./manywheel-ppc64le.tar ] ; then
7+
docker image load --input manywheel-ppc64le.tar
8+
docker image tag docker.io/pytorch/manylinuxppc64le-builder:cpu-ppc64le docker.io/pytorch/manylinuxsppc64le-builder:cpu-ppc64le-main
9+
rm -f manywheel-ppc64le.tar
1010
fi
1111

1212
token_file=registration-token.json
@@ -32,7 +32,7 @@ registration_token=$(jq --raw-output .token "$token_file")
3232
--token "${registration_token}" \
3333
--name "${NAME}" \
3434
--no-default-labels \
35-
--labels self-hosted,linux.s390x
35+
--labels self-hosted,linux.ppc64le
3636

3737
unset registration_token
3838
rm -f "$token_file"

.github/scripts/s390x-ci/self-hosted-builder/qemu-user-static.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description=Support for transparent execution of non-native binaries with QEMU u
55
Type=oneshot
66
# The source code for iiilinuxibmcom/qemu-user-static is at https://github.com/iii-i/qemu-user-static/tree/v6.1.0-1
77
# TODO: replace it with multiarch/qemu-user-static once version >6.1 is available
8-
ExecStart=/usr/bin/docker run --rm --interactive --privileged docker.io/iiilinuxibmcom/qemu-user-static:6.1.0-1 --reset -p yes
8+
ExecStart=/usr/bin/docker run --rm --interactive --privileged docker.io/multiarch/qemu-user-static --reset -p yes
99

1010
[Install]
1111
WantedBy=multi-user.target

0 commit comments

Comments
 (0)