--- third_party/node/node.gni.orig 2026-03-13 16:54:03 UTC +++ third_party/node/node.gni @@ -23,7 +23,7 @@ template("node") { # When use_remoteexec=true, node actions may run on remote # Linux worker. So it should include linux node binary in inputs. - if (is_linux || is_chromeos || use_remoteexec) { + if ((is_linux || is_chromeos || use_remoteexec) && !is_bsd) { inputs += [ "//third_party/node/linux/node-linux-x64/bin/node" ] } if (is_win && host_os == "win") {