Skip to content

Commit d279e50

Browse files
committed
debug sanitizer
1 parent d70ec24 commit d279e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/tools/env-vars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ elif [[ "${1}" == "test" ]]; then
6060
# We only test compute-sanitizer on python 3.12 arbitrarily; we don't need to use sanitizer on the entire matrix
6161
# Only local ctk installs have compute-sanitizer; there is no wheel for it
6262
if [[ "${PY_VER}" == "3.12" && "${CUDA_VER}" != "11.8.0" && "${LOCAL_CTK}" == 1 && "${HOST_PLATFORM}" == linux* ]]; then
63-
echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
63+
#echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
64+
echo "LATEST_CUDA_VERSION=12.9.0" >> $GITHUB_ENV
6465
SETUP_SANITIZER=1
6566
else
6667
SETUP_SANITIZER=0

0 commit comments

Comments
 (0)