We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f940e5 commit fb14ffeCopy full SHA for fb14ffe
1 file changed
recipes/x64-pointer-compression/should-build.sh
@@ -10,5 +10,4 @@ decode "$fullversion"
10
[ "$major" -ge 14 ] || ( [ "$major" -eq 13 ] && [ "$minor" -ge 4 ] ) # Pointer compression is supported since Node.js v13.4
11
[ "$major" -ne 17 ] # GCC version between 4.8.5 and 12.1 is required but not installed
12
[ "$major" -ne 20 ] || [ "$minor" -le 16 ] # Pointer compression does not work in Node.js v20.17~v20.19
13
-[ "$major" -ne 23 ] # Pointer compression does not work in Node.js v23.0~v24.1
14
-[[ ! "$fullversion" =~ ^v24\.[0-1]\. ]] # Pointer compression does not work in Node.js v23.0~v24.1
+[[ ! "$fullversion" =~ ^v(23|24\.[0-1]\.) ]] # Pointer compression does not work in Node.js v23.0~v24.1
0 commit comments