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
ci: use much faster D: drive for TEMP on Windows (#13129)
This is apparently an inherent limitation of Azure (which powers GHA)
which uses a slow C: drive for the OS (read-optimized) and a fast D:
drive for working space.
A Dev Drive/ReFS volume was considered, but after a fair bit of testing,
it offered a smaller improvement in Windows CI times than simply
moving TEMP to the D: drive.
0 commit comments