Mikhail Podtserkovskiy

Results 27 comments of Mikhail Podtserkovskiy

Hey @testinfected, I can share some context on buck2&Go integration, we are using it internally for limited purposes. This is in active development at the moment. We will make some...

I'm sorry for the late reply. Thanks for dong this work. I removed need to pre-compile stdlibs, so now it should be easier. I've just fixed some inconsistencies we had...

> if I open a PR with remote go toolchain downloading implemented would this be approved Let's double check with @ndmitchell and @JakobDegen, but personally I'm happy to have it...

BTW, I'm working on making `system_go_toolchain` work with go binary from PATH. Also, I'm adding some examples which will be compiled on CI and prevent breaking the system toolchain in...

@dvtkrlbs @testinfected I've merged #588. So, `system_go_toolchain` works on Linux and MacOS, has an example of usage in `examples/with_prelude/go/hello` and those examples being validated on CI.

> This issue is a bit old and the `system_go_toolchain` was published, but I'm curious how this can be used to do cross compilation of the Go binary. > >...

I'm sorry for missing the notification, thank you for creating [the repro](https://github.com/dankox/colorx/tree/buck2-test). I'll debug it shortly.

@dankox I've done a PR https://github.com/dankox/colorx/pull/1/files I did a few changes: - added platforms for different combinations os/arch - added `select()` on `toolchains//:go` - removed prelude submodule and added bundled...

Is there a chance to include this into [Go1.22.5](https://github.com/golang/go/milestone/359)? The original change is already in master. This one has a timed-out test, a rerun should fix the error