File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 runs-on : [self-hosted, Linux, platform-builder-Rocky-8.6]
4545 container :
46- image : dockcross/manylinux_2_28-x64:latest
46+ image : dockcross/manylinux_2_28-x64:20250109-7bf589c
4747 # options: --pull always
4848
4949 name : Build manylinux_2_28-x64
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ OPENJPEG_VERSION=v2.5.2
2121# To allow the manylinux image to continue to use yum afer EOL. See, for example:
2222# https://github.com/zanmato1984/arrow/commit/1fe15e06fac23983e5f890c2d749d9ccecd2ca15
2323# https://github.com/apache/arrow/issues/43119
24- sudo sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/* .repo
25- sudo sed -i s/^# .*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
26- sudo sed -i s/^mirrorlist=http/# mirrorlist=http/g /etc/yum.repos.d/*.repo
24+ # sudo sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
25+ # sudo sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
26+ # sudo sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
2727
2828source scripts/common.sh
2929
You can’t perform that action at this time.
0 commit comments