Commit 697fe32
committed
ci(build): shadow /__e/node24 with glibc-2.17 Node 20 in manylinux2014
GitHub's runner now forces actions/checkout onto Node 24, which needs
glibc >= 2.28; the manylinux2014_x86_64 container is glibc 2.17, so the
stock /__e/node24 binary aborts with GLIBC_2.27/2.28 not found and the
checkout step fails. There is no glibc-2.17 build of Node 24, so reuse
the glibc-2.17 Node 20 binary for the node24 path too -- bind-mount
/node20217 over /__e/node24 as well. checkout's JS runs fine on it.1 parent 929faa7 commit 697fe32
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
229 | 235 | | |
230 | 236 | | |
231 | 237 | | |
| 238 | + | |
232 | 239 | | |
233 | 240 | | |
234 | 241 | | |
| |||
242 | 249 | | |
243 | 250 | | |
244 | 251 | | |
245 | | - | |
| 252 | + | |
246 | 253 | | |
247 | 254 | | |
248 | 255 | | |
| 256 | + | |
| 257 | + | |
249 | 258 | | |
| 259 | + | |
250 | 260 | | |
251 | 261 | | |
252 | 262 | | |
| |||
0 commit comments