From d26995daa36a897bff92360aa023f1299a366b39 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 29 Jul 2025 15:59:10 +1200 Subject: [PATCH] chore: disable x64-debug Ref: https://unofficial-builds.nodejs.org/logs/202507290341-v24.4.1/x64-debug.log --- recipes/x64-debug/should-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/x64-debug/should-build.sh b/recipes/x64-debug/should-build.sh index 2453d49..5e683eb 100755 --- a/recipes/x64-debug/should-build.sh +++ b/recipes/x64-debug/should-build.sh @@ -7,4 +7,4 @@ fullversion=$2 decode "$fullversion" -test "$major" -ge "18" +test "$major" -ge "18" && test "$major" -lt "24"