build: downgrade GCC support to experimental by targos · Pull Request #62533 · nodejs/node

@targos added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Apr 1, 2026

@nodejs-github-bot nodejs-github-bot added build

Issues and PRs related to build files or the CI.

doc

Issues and PRs related to the documentations.

meta

Issues and PRs related to the general management of the project.

needs-ci

PRs that need a full CI run.

labels

Apr 1, 2026

@targos

Update the configure script to select Clang by default.
V8 no longer officially supports GCC and we often have problems because
of it.
Also bump the expected version to 13.2 because version 12 can't compile
newer V8.

Signed-Off-By: Michaël Zasso <targos@protonmail.com>

aduh95

aduh95

aduh95

aduh95

mcollina