Skip to content

Commit a5fe1ff

Browse files
authored
Merge pull request #123 from ecmwf/release-wheel-test
Linux wheel build - fix for manylinux issue
2 parents adf8e5c + 226f538 commit a5fe1ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/build-wheel-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

Diff for: scripts/build-linux.sh

+3-3
Original file line numberDiff line numberDiff 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

2828
source scripts/common.sh
2929

0 commit comments

Comments
 (0)