From 68280f537e32d6b9ae2ab5a74f0d36d29c4472b7 Mon Sep 17 00:00:00 2001 From: Benson Ma Date: Thu, 15 Feb 2024 13:48:39 -0800 Subject: [PATCH] wip --- .github/scripts/utils_build.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/utils_build.bash b/.github/scripts/utils_build.bash index 74c9cf74dd..e97e1b9b3e 100644 --- a/.github/scripts/utils_build.bash +++ b/.github/scripts/utils_build.bash @@ -128,8 +128,7 @@ __conda_install_clang () { # NOTE: There appears to be no ROCm equivalent for NVCC_PREPEND_FLAGS: # https://github.com/ROCm/HIP/issues/931 # shellcheck disable=SC2086 - print_exec conda env config vars set ${env_prefix} NVCC_PREPEND_FLAGS=\"-ccbin ${cxx_path} -allow-unsupported-compiler\" - print_exec conda env config vars set ${env_prefix} NVCC_APPEND_FLAGS=\"-std=c++17\" + print_exec conda env config vars set ${env_prefix} NVCC_PREPEND_FLAGS=\"-ccbin ${cxx_path} -std=c++17 -allow-unsupported-compiler\" } __compiler_post_install_checks () {