Skip to content

Commit

Permalink
fix: update to gcc-12
Browse files Browse the repository at this point in the history
gcc-12 is the minimum supported compiler version since Node.js 23.

Refs: nodejs/node#54338
  • Loading branch information
richardlau authored Feb 3, 2025
1 parent 7ca9d51 commit ade0121
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snapcraft.yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ parts:
build-packages:
# Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release.
# https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms
- gcc-10
- g++-10
- gcc-12
- g++-12
- python3-distutils
build-environment:
- CC: gcc-10
- CXX: g++-10
- LINK: g++-10
- CC: gcc-12
- CXX: g++-12
- LINK: g++-12
- V: ""
make-parameters:
- V=
Expand Down

0 comments on commit ade0121

Please sign in to comment.