mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
CI: Upgrade Python to at least 3.8
- Latest node-gyp requires 3.8 - Python 3.7 is EOL - Minimum glibc requirement for linux-arm will now be 2.31 (Pi OS 'Legacy' provides Debian 11 with glibc 2.31)
This commit is contained in:
parent
2f0bbebfc9
commit
c2a024101b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
- name: Dependencies (Rocky Linux glibc)
|
||||
if: contains(matrix.container, 'rockylinux')
|
||||
run: |
|
||||
dnf install -y gcc-toolset-11-gcc-c++ make git python3 fontconfig google-noto-sans-fonts
|
||||
dnf install -y gcc-toolset-11-gcc-c++ make git python3.12 fontconfig google-noto-sans-fonts
|
||||
echo "/opt/rh/gcc-toolset-11/root/usr/bin" >> $GITHUB_PATH
|
||||
- name: Dependencies (Linux musl)
|
||||
if: contains(matrix.container, 'alpine')
|
||||
@ -131,7 +131,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- platform: linux-arm
|
||||
distro: buster
|
||||
distro: bullseye
|
||||
run_on_arch: armv6
|
||||
nodejs_arch: armv6l
|
||||
nodejs_hostname: unofficial-builds.nodejs.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user