File tree 4 files changed +7
-41
lines changed
4 files changed +7
-41
lines changed Original file line number Diff line number Diff line change 43
43
44
44
name : ${{ matrix.display_name }}
45
45
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
48
48
timeout-minutes : 360
49
49
50
50
steps :
54
54
- name : Setup environment
55
55
run : |
56
56
echo ::group::Install dependencies
57
- ./prepare-centos-7 .sh
57
+ ./prepare-host .sh
58
58
echo ::endgroup::
59
59
60
60
echo ::group::Install crosstool-ng
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if [ -s "${broken_symlinks}" ]; then
47
47
fi
48
48
49
49
echo " Checking buidinfo.json"
50
- if ! python -mjson.tool " ${tarball_dest} /buildinfo.json" ; then
50
+ if ! python3 -mjson.tool " ${tarball_dest} /buildinfo.json" ; then
51
51
echo " ERROR: buildinfo.json not valid json"
52
52
found_error=true
53
53
fi
Original file line number Diff line number Diff line change 7
7
set -x
8
8
9
9
# 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
11
11
12
- yum install -y \
12
+ dnf install -y \
13
13
sudo \
14
14
gh \
15
15
git \
@@ -23,9 +23,8 @@ yum install -y \
23
23
curl \
24
24
xz \
25
25
ncurses-devel \
26
- ncurses-static \
27
26
pixman-devel \
28
- rh- python36 \
27
+ python36 \
29
28
zlib-devel \
30
29
zlib-static \
31
30
libffi-devel
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments