Skip to content

Commit 6848ecf

Browse files
build script comment manylinux check
1 parent 73499ee commit 6848ecf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252

5353

5454

55-
# Install Podman (v4.6.0) for container management
56-
RUN echo "deb [arch=ppc64el] http://ports.ubuntu.com/ jammy main restricted universe multiverse" > /etc/apt/sources.list && \
57-
echo "deb [arch=ppc64el] http://ports.ubuntu.com/ jammy-updates main restricted universe multiverse" >> /etc/apt/sources.list && \
58-
echo "deb [arch=ppc64el] http://ports.ubuntu.com/ jammy-security main restricted universe multiverse" >> /etc/apt/sources.list && \
59-
apt-get update && apt-get install -y \
60-
make \
61-
gcc \
62-
libseccomp-dev \
63-
libapparmor-dev && \
64-
apt-get clean && rm -rf /var/lib/apt/lists/*
65-
66-
6755
RUN git clone https://github.com/containers/podman.git && \
6856
cd podman && \
6957
git checkout v4.6.0 && \

0 commit comments

Comments
 (0)