Yun Peng

Results 356 comments of Yun Peng

Thanks for the advice, I just checked, we are still on macOS 11.6.1, so it could be a bit tricky.

Sorry, this is still on our list, but we currently don't have capacity to look into it.

Yeah, the `/usr/bin/link` should exist even before the upgrade of VM, so it must be something else that caused the build to find the unix link instead of the one...

This is how rust finds the link.exe binary: https://github.com/rust-lang/rust/blob/eaf6f463599df1f18da94a6965e216ea15795417/compiler/rustc_codegen_ssa/src/back/link.rs#L851

I'm not very familiar with rust, cannot figure out what went wrong, @UebelAndre can you help take a look?

Basically this API doesn't work correctly: https://docs.rs/cc/1.0.29/cc/windows_registry/fn.find_tool.html I wonder if the registry is somehow messed up?

Yeah, I think line 35 only handles release versions (`v.LessThan(armSupportVer)`)

The error seemed to be through at https://github.com/bazelbuild/rules_go/blob/ed56d7e5b6a7bf833169372742c1ff72f501846a/go/tools/builders/compilepkg.go#L206-L208, if I try to build `//platforms:platforms_test` alone, it doesn't throw the error. I think there is some conflict between actions.