Skip to content

Commit

Permalink
s390x doesn't need the epel rmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 27, 2023
1 parent 13d1ed1 commit 7442ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ if [ -d /RelStorage -a -d /opt/python ]; then
# This also seems to have vanished for manylinux_2010 x64/64 after November 30
# 2020 when the OS went EOL and the package repos switched to the "vault"
if [ -n "$SLOW_BUILD" ] ; then
# This provides access to ccache for the 2014 image
# This provides access to ccache for the 2014 image; it is already installed in the
# s390x image.
echo Installing epel
rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm || true
fi
yum -y install ccache || export CC=gcc LDSHARED="gcc -shared" LDCXXSHARED="gcc -shared"
fi
Expand Down

0 comments on commit 7442ad9

Please sign in to comment.