Skip to content

Commit af5a790

Browse files
authored
chore: stop building x64-glibc-217 on v24 until fixed (#177)
Python version problems Ref: https://unofficial-builds.nodejs.org/logs/202507160208-v24.4.1/x64-glibc-217.log Ref: #176
1 parent 5308257 commit af5a790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/x64-glibc-217/should-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fullversion=$2
77

88
decode "$fullversion"
99

10-
test "$major" -ge "18"
10+
test "$major" -ge "18" && test "$major" -lt "24"

0 commit comments

Comments
 (0)