Conversation
03fdf8b to
1e1c3c8
Compare
1e1c3c8 to
88e055d
Compare
Seems like we need to use Developer Mode to get real symlinks in windows. From bazel profiles this seems to reduce symlink times by a ton. A drive by here is to always upload bazel profiles and report disk usage so that we have them available even for runs where a test flakes.
88e055d to
07a9275
Compare
|
I don't think this will have any effect – developer mode should already be enabled on the Windows CI image: https://github.com/actions/runner-images/blob/win25/20251216.149/images/windows/scripts/build/Configure-DeveloperMode.ps1#L13 |
I thought the same but this definitely showed up significant speed ups in bazel profiles. |
A quicky just to reduce CI times on windows by a fair bit - enable developer mode to support real symlinks.