onnxruntime/tools/ci_build/github/windows
Changming Sun 80a60d9a65
Update ONNX installing script (#21044)
Avoid using command line flags to pass in CMAKE_PREFIX_PATH. Use
environment variables instead.
Because, otherwise the value of CMAKE_PREFIX_PATH could get encoded
twice. For example, if the prefix is `C:\a\root`, then in
tools/ci_build/github/windows/helpers.ps1 we set it in Env:CMAKE_ARGS
which will be consumed by ONNX. Then when ONNX get it and decoded it,
ONNX will get `C:aroot` instead. Then because the path doesn't exist,
the CMAKE_PREFIX_PATH couldn't take effect when the script installs
ONNX. This PR fixes the issue.

The issue got discovered when I tried to upgrade cmake to a newer
version. Now our Windows CPU CI build pipeline uses cmake 3.27. In the
main branch even the CMAKE_PREFIX_PATH setting does not work, cmake
still can find protoc.exe from the directories. However, starting from
3.28 cmake changed it. With the newer cmake versions the find_library(),
find_path(), and find_file() cmake commands no longer search in
installation prefixes derived from the PATH environment variable.
2024-06-13 23:49:41 -07:00
..
eager
post_to_dashboard
bundle_dlls_gpu.bat
bundle_nuget_with_native_headers.bat [TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617) 2023-10-06 14:12:20 -07:00
extract_nuget_files.ps1 Creating Nuget and Android packages for Training (#15712) 2023-05-01 12:59:56 -07:00
extract_nuget_files_gpu.ps1 Fix Nuget Cuda pipeline package pipeline (#20741) 2024-05-24 09:15:57 -07:00
extract_zip_files_gpu.ps1
helpers.ps1 Update ONNX installing script (#21044) 2024-06-13 23:49:41 -07:00
install_third_party_deps.ps1 Update ONNX installing script (#21044) 2024-06-13 23:49:41 -07:00
jar_gpu_packaging.ps1
jar_packaging.ps1
post_binary_sizes_to_dashboard.py Bump ruff to 0.3.2 and black to 24 (#19878) 2024-03-13 10:00:32 -07:00
post_code_coverage_to_dashboard.py
set_telemetry_var.ps1
setup_env.bat
setup_env_cuda.bat Update setup_env_cuda.bat (#18176) 2023-10-30 21:28:02 -07:00
setup_env_gpu.bat [TensorRT EP] support TensorRT 10-GA (#20506) 2024-05-01 11:10:53 -07:00
setup_env_trt.bat [TensorRT EP] support TensorRT 10-GA (#20506) 2024-05-01 11:10:53 -07:00
setup_env_x86.bat