From 0a10fb0790799eea975b3bc9111dd1ac6b29b43a Mon Sep 17 00:00:00 2001 From: zhuhong61 Date: Thu, 1 Dec 2022 08:32:00 +0000 Subject: [PATCH] test _GLIBCXX_USE_CXX11_ABI=1 support for linux cpu wheel --- conda/build_docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/build_docker.sh b/conda/build_docker.sh index db7c5be62..720211250 100755 --- a/conda/build_docker.sh +++ b/conda/build_docker.sh @@ -11,6 +11,7 @@ if [[ ${CUDA_VERSION:0:2} == "10" ]]; then DEVTOOLSET_VERSION="7" fi +# add a empty line case ${CUDA_VERSION} in cpu) BASE_TARGET=base