Sean Molenaar

Results 493 comments of Sean Molenaar

> an usual temp folder `/private/var/folders/wp/mgkns75d6dd_kq5800l78p080000gq/T` That looks like the default tmp location for macOS.

The error is pretty clear, it's not finding openjdk. ```console ==> /opt/homebrew/Cellar/async-profiler/4.0/bin/asprof -d 2 -f /private/tmp/async-profiler-test-20250505-14459-udwwfr/test-profile-via-attach.html jps The operation couldn’t be completed. Unable to locate a Java Runtime. ```

> Also amusing that it says GitLab there, when we're working on GitHub here. The download url is on GitLab though.

@Thomas-Gelf any opinions on this?

Oh no, we missed the option to tell people that this has been tested in production for 2 years now. Oh well...

``` # github.com/gravitational/teleport/tool/teleport /opt/homebrew/Cellar/go/1.22.4/libexec/pkg/tool/darwin_arm64/link: running clang failed: exit status 1 ld: library not found for -ld_classic ```

Thanks for the PR, I agree we're stuck with `rustup` here. I've kicked off another CI run to see if it works on other macOS versions.

Linux runs out of disk space and I suspect macOS 12 doesn't have a new enough CLang to recognise that flag.

Could you ask upstream if building with Xcode 14 is still supposed to be supported? Because that would clarify if we should restrict it or patch it.