We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ec185 commit a945aebCopy full SHA for a945aeb
packaging/env_vars.txt
@@ -1,2 +1,7 @@
1
export CI_BUILD="1"
2
-export RELEASE="1"
+export RELEASE="1"
3
+if [ $CU_VERSION == "cu126" ]; then
4
+ export USE_CXX11_ABI="1"
5
+else
6
+ export USE_CXX11_ABI="0"
7
+fi
0 commit comments