Skip to content

Commit

Permalink
Update container to manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
luismarques committed Sep 12, 2024
1 parent 482ead1 commit 2bcd500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/toolchain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

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

steps:
Expand Down
5 changes: 2 additions & 3 deletions prepare-centos-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
set -x

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

yum install -y \
sudo \
Expand All @@ -23,9 +23,8 @@ yum install -y \
curl \
xz \
ncurses-devel \
ncurses-static \
pixman-devel \
rh-python36 \
python36 \
zlib-devel \
zlib-static \
libffi-devel

0 comments on commit 2bcd500

Please sign in to comment.