We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5564be0 commit 6b3d6b6Copy full SHA for 6b3d6b6
3 files changed
recipes/loong64/should-build.sh
@@ -7,4 +7,4 @@ fullversion=$2
7
8
decode "$fullversion"
9
10
-test "$major" -ge "18"
+test "$major" -ge "18" && test "$major" -lt "22"
recipes/riscv64/should-build.sh
-test "$major" -ge "17"
+test "$major" -ge "17" && test "$major" -lt "22"
recipes/x64-pointer-compression/should-build.sh
-test "$major" -ge "14"
+test "$major" -ge "14" && test "$major" -lt "22"
0 commit comments