You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This has to come after msvc-dev-cmd to overwrite the bad VCPKG_ROOT it sets
@@ -122,6 +118,22 @@ jobs:
122
118
if: inputs.job_type != 'build-python-wheels'
123
119
run: . build_tooling/prep_cpp_build.sh # Also applies to Windows
124
120
121
+
# When a GitHub Windows image gets update the MSVC compiler also can get updated. New compilers can have compilation errors in Arctic or in the VCPKG dependencies.
122
+
# We needd to pin a particular MSVC so that runner updates don't affect us.
123
+
# When the MSVC version is update custom-triplets/x64-windows-static-msvc.cmake must also be updated with the correct toolsed version.
0 commit comments