Philipp Wollermann
Philipp Wollermann
Hi @keith! I checked the machines again, I found a little issue (three of them were missing the `$HOME/Library/Developer` directory, which caused issues in the past) and fixed it, but...
We are auto-logging in a user after boot (it wouldn't hurt to verify that this still works, of course), but the user who is logged in (`ci`) is not the...
I don't think there's anything we can try here. It's not possible to login as the `buildkite` user, because the entire user is wiped and all of its processes are...
Hi, yes, I did an upgrade of our VMs and containers over the weekend - for Windows I summarize the changes here: https://github.com/bazelbuild/bazel/issues/13816 We‘ve seen a couple of issues with...
That failure is strange. We didn’t change anything about Visual Studio except the version of the Windows SDK in the new images. :/
Oh… maybe the failing test is accidentally using a „link“ executable from MSYS while you’re expecting a link.exe from VStudio?
@meteorcloudy Could we remove the mingw32 compiler, gcc, etc. from MSYS2? Why do we need / install them when we want to build with Visual Studio on Windows? (Not sure...
Oh no, link.exe actually comes from https://packages.msys2.org/package/coreutils?repo=msys&variant=x86_64 … :/
Interesting, thanks Marcel! We can see in the logs that the "outer" Bazel can successfully build Rust files (at least there are a few messages that suggest that, like "(01:17:50)...
Hi @HemangLavana, that's a great feature request and something I definitely would like to add. Happy to review PRs for this in case anyone wants to give it a try,...