Skip to content

Commit 42e478d

Browse files
build script comment manylinux check
1 parent ccebb82 commit 42e478d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5454
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
5555
tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5656
rm go1.21.1.linux-ppc64le.tar.gz && \
57+
ls -l /usr/local && \
58+
ls -l /usr/local/go && \
5759
ls -l /usr/local/go/bin && \
5860
/usr/local/go/bin/go version && \
5961
ln -s /usr/local/go/bin/go /usr/bin/go

0 commit comments

Comments
 (0)