From 55595d420f8e1152565988eef55c8b3b15d50c86 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 11 Mar 2026 18:31:23 -0400 Subject: [PATCH] Update vc_env_helper.bat --- packaging/windows/internal/vc_env_helper.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packaging/windows/internal/vc_env_helper.bat b/packaging/windows/internal/vc_env_helper.bat index 1f50b1b05b5..f00d782ad77 100644 --- a/packaging/windows/internal/vc_env_helper.bat +++ b/packaging/windows/internal/vc_env_helper.bat @@ -1,5 +1,15 @@ @echo on +set WIN_DRIVER_VN=580.88 +set "DRIVER_DOWNLOAD_LINK=https://ossci-windows.s3.amazonaws.com/%WIN_DRIVER_VN%-data-center-tesla-desktop-win10-win11-64bit-dch-international.exe" & REM @lint-ignore +curl --retry 3 -kL %DRIVER_DOWNLOAD_LINK% --output %WIN_DRIVER_VN%-data-center-tesla-desktop-win10-win11-64bit-dch-international.exe +if errorlevel 1 exit /b 1 + +start /wait %WIN_DRIVER_VN%-data-center-tesla-desktop-win10-win11-64bit-dch-international.exe -s -noreboot +if errorlevel 1 exit /b 1 + +del %WIN_DRIVER_VN%-data-center-tesla-desktop-win10-win11-64bit-dch-international.exe || ver > NUL + set VC_VERSION_LOWER=17 set VC_VERSION_UPPER=18