File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
44
44
runs-on : [self-hosted, Linux, platform-builder-Rocky-8.6]
45
45
container :
46
- image : dockcross/manylinux_2_28-x64:latest
46
+ image : dockcross/manylinux_2_28-x64:20250109-7bf589c
47
47
# options: --pull always
48
48
49
49
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
21
21
# To allow the manylinux image to continue to use yum afer EOL. See, for example:
22
22
# https://github.com/zanmato1984/arrow/commit/1fe15e06fac23983e5f890c2d749d9ccecd2ca15
23
23
# 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
27
27
28
28
source scripts/common.sh
29
29
You can’t perform that action at this time.
0 commit comments