Skip to content

Commit 05ddd5f

Browse files
committed
Update container to manylinux_2_28
1 parent 482ead1 commit 05ddd5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/toolchain_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343

4444
name: ${{ matrix.display_name }}
4545
runs-on: ubuntu-latest
46-
# This is a CentOS 7 based image
47-
container: quay.io/pypa/manylinux2014_x86_64
46+
# This is an AlmaLinux 8 based image
47+
container: quay.io/pypa/manylinux_2_28_x86_64
4848
timeout-minutes: 360
4949

5050
steps:

prepare-centos-7.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
set -x
88

99
# Repository for the `gh` GitHub CLI tool used for creating releases.
10-
yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
10+
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
1111

1212
yum install -y \
1313
sudo \
@@ -25,7 +25,7 @@ yum install -y \
2525
ncurses-devel \
2626
ncurses-static \
2727
pixman-devel \
28-
rh-python36 \
28+
python36.x86_64 \
2929
zlib-devel \
3030
zlib-static \
3131
libffi-devel

0 commit comments

Comments
 (0)