As a non-OSX user, I can't tell you. I'll look into it tomorrow.
On Mon, Jan 3, 2022, 6:24 PM Reuven Lax wrote:
> Also xcun is installed on my machine, just not under
> Library/Developer/CommandLineTools/. Is there something about the new go
> version that's causing it to look in that director
Xcrun is news to me. Something in the go toolchain for that command I
guess. I assume you might not have xcode tools installed. Eg.
https://developer.apple.com/forums/thread/673827
Were you running the :sdks:go:test target directly?
On Mon, Jan 3, 2022, 6:11 PM Reuven Lax wrote:
> I am trying t
Great graphs Luke!
Related note: with this migration the project no longer uses the GoGradle
plugin to build or test any Go source. They have been replaced with shell
script that bootstrap to a set version of go. This is tracked in
BEAM-12830 [1].
This touches all portable builds as the project