From bfb459ca9a60fd35a8936d4c4b0850a5fc938666 Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Fri, 20 Mar 2026 11:00:13 -0500 Subject: [PATCH] update toolchain type to `ppc64le` from `ppc` Builds will fail due to the toolchain type not matching on `ppc64le` without this change. Note that `ppc64le` and `ppc` are different architectures. --- nodejs/private/nodejs_toolchains_repo.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/private/nodejs_toolchains_repo.bzl b/nodejs/private/nodejs_toolchains_repo.bzl index 0a80d77176..7d1889453b 100644 --- a/nodejs/private/nodejs_toolchains_repo.bzl +++ b/nodejs/private/nodejs_toolchains_repo.bzl @@ -39,7 +39,7 @@ PLATFORMS = { "linux_ppc64le": struct( compatible_with = [ "@platforms//os:linux", - "@platforms//cpu:ppc", + "@platforms//cpu:ppc64le", ], ), "darwin_amd64": struct(