File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,18 @@ jobs:
152
152
image : ${{ matrix.container }}
153
153
strategy :
154
154
matrix :
155
- container : ["rockylinux:8", "rockylinux:9"]
156
155
include :
157
- - extension_support : 0
156
+ - container : " rockylinux:8"
157
+ extension_support : 0
158
158
variant_tag : " -noext"
159
- - extension_support : 1
159
+ - container : " rockylinux:8"
160
+ extension_support : 1
161
+ variant_tag : " "
162
+ - container : " rockylinux:9"
163
+ extension_support : 0
164
+ variant_tag : " -noext"
165
+ - container : " rockylinux:9"
166
+ extension_support : 1
160
167
variant_tag : " "
161
168
steps :
162
169
- uses : actions/checkout@v4
@@ -167,10 +174,10 @@ jobs:
167
174
run : yum update -y
168
175
- name : Rocky 8 dependencies
169
176
if : ${{ matrix.container == 'rockylinux:8' }}
170
- run : yum install -y pkgconfig gcc openssl-devel dbus-glib-devel python3-dbus sqlite-devel libffi-devel wget make findutils
177
+ run : yum install -y pkgconfig gcc openssl-devel dbus-glib-devel python3-dbus sqlite-devel libffi-devel wget make findutils glibc-langpack-en
171
178
- name : Rocky 9 dependencies
172
179
if : ${{ matrix.container == 'rockylinux:9' }}
173
- run : yum install -y pkgconfig gcc openssl-devel dbus-glib-devel python3-dbus sqlite-devel libffi-devel krb5-devel dbus-daemon wget make findutils
180
+ run : yum install -y pkgconfig gcc openssl-devel dbus-glib-devel python3-dbus sqlite-devel libffi-devel krb5-devel dbus-daemon wget make findutils glibc-langpack-en
174
181
- name : Build Python 3.12
175
182
run : |
176
183
mkdir tmp && cd tmp
You can’t perform that action at this time.
0 commit comments