Skip to content

Commit

Permalink
linux-arm: upgrade to Debian 11 (glibc 2.31), aids C++17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 4, 2024
1 parent 3718441 commit 5da396c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm/linux-arm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@img/sharp-libvips-linux-arm",
"version": "1.1.0-rc3",
"version": "1.1.0-rc3.1",
"description": "Prebuilt libvips and dependencies for use with sharp on Linux (glibc) 32-bit ARM",
"author": "Lovell Fuller <[email protected]>",
"homepage": "https://sharp.pixelplumbing.com",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"type": "commonjs",
"config": {
"glibc": ">=2.28"
"glibc": ">=2.31"
},
"os": [
"linux"
Expand Down
4 changes: 2 additions & 2 deletions platforms/linux-armv6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM debian:buster
LABEL maintainer="Lovell Fuller <[email protected]>"

# Create Debian 10 (glibc 2.28) container suitable for cross-compiling Linux ARMv6 binaries
# Create Debian 11 (glibc 2.31) container suitable for cross-compiling Linux ARMv6 binaries

# Path settings
ENV \
RUSTUP_HOME="/usr/local/rustup" \
CARGO_HOME="/usr/local/cargo" \
PATH="/usr/local/cargo/bin:/root/tools/x64-gcc-12.3.0-glibc-2.28/arm-rpi-linux-gnueabihf/bin:$PATH"
PATH="/usr/local/cargo/bin:/root/tools/x64-gcc-10.3.0-glibc-2.28/arm-rpi-linux-gnueabihf/bin:$PATH"

# Build dependencies
RUN \
Expand Down

0 comments on commit 5da396c

Please sign in to comment.