File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
packaging/windows/internal Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,9 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
190
190
echo Installing CUDA toolkit...
191
191
7z x %CUDA_SETUP_FILE% -o" %SRC_DIR% \temp_build\cuda"
192
192
pushd " %SRC_DIR% \temp_build\cuda"
193
- start /wait setup.exe -s %ARGS%
193
+ start /wait setup.exe -s %ARGS% -loglevel:6 -log:" %cd% /cuda_install_logs"
194
+ echo %errorlevel%
195
+
194
196
popd
195
197
196
198
echo Installing VS integration...
@@ -219,6 +221,10 @@ set "NVTOOLSEXT_PATH=%ProgramFiles%\NVIDIA Corporation\NvToolsExt\bin\x64"
219
221
220
222
if not exist " %ProgramFiles% \NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VERSION_STR% \bin\nvcc.exe" (
221
223
echo CUDA %CUDA_VERSION_STR% installed failed.
224
+ echo --------- RunDll32.exe.log
225
+ type " %SRC_DIR% \temp_build\cuda\cuda_install_logs\LOG.RunDll32.exe.log"
226
+ echo --------- setup.exe.log -------
227
+ type " %SRC_DIR% \temp_build\cuda\cuda_install_logs\LOG.setup.exe.log"
222
228
exit /b 1
223
229
)
224
230
You can’t perform that action at this time.
0 commit comments