Skip to content

Commit ed29e03

Browse files
committed
test conda: add _GLIBCXX_USE_CXX11_ABI=1 support for linux cpu wheel
1 parent cd2573d commit ed29e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda/build_docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [[ ${CUDA_VERSION:0:2} == "10" ]]; then
1111
DEVTOOLSET_VERSION="7"
1212
fi
1313

14+
# add a empty line
1415
case ${CUDA_VERSION} in
1516
cpu)
1617
BASE_TARGET=base

0 commit comments

Comments
 (0)