-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build: add misc-compile-mobile TryBots for Android/iOS #25963
Comments
Change https://golang.org/cl/119856 mentions this issue: |
I guess those never worked. We're probably missing some stuff or environment in our Dockerfile. Missing Android toolchain, etc. The Darwin one may not be possible, or we might need to do it from a Mac VM, not Docker. /cc @eliasnaur. |
I guess they never worked. Updates golang/go#25963 Change-Id: I1409a704670032410c3c6b87cbbb876fc96dfb22 Reviewed-on: https://go-review.googlesource.com/119856 Reviewed-by: Filippo Valsorda <filippo@golang.org>
What's to do here? I think I'm missing context. |
We'd like a trybot that at least compiles most things (runs |
Ok. Is the Dockerfile from of any help for Android? For iOS I believe you need macOS with Xcode installed. |
/cc @dmitshur |
I believe the Android part is being done as part of #23824. |
Seems strange for Go to claim to offer certain os, arch pairs that it can't actually build without an external toolchain setup |
@mcandre What do you suggest we do? It doesn't seem to make sense to say that we don't support these systems. |
Change https://golang.org/cl/207377 mentions this issue: |
Fixes golang/go#35596 Updates golang/go#25963 Change-Id: I9db5154dcdd0e432dfe2d0d8697fedabed50a7ed Reviewed-on: https://go-review.googlesource.com/c/build/+/207377 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/258057 mentions this issue: |
Change https://golang.org/cl/257962 mentions this issue: |
Since sending CL 257617, I've learned that iOS was never a supported target for misc-compile. It was always filtered out unconditionally in GOROOT/src/buildall.bash, and the comment suggesting that we test iOS targets was inaccurate. Remove the naive misc-compile-ios builder since it's not expected to start working soon, and update misc-builder architecture filtering code and comments to match the current reality better. After this change, it will be viable to remove mobile target filtering from GOROOT/src/buildall.bash. If that's done, then x/build/dashboard will become a centralized place for all misc-builder target selection. Ignore darwin-arm in TestTryBotsCompileAllPorts so the test doesn't fail when executed with Go 1.14. Not having that builder is intended. For golang/go#41610. Updates golang/go#25963. Change-Id: Ic6f5dc95edb67f8e6ebc0a77979e55eb0cc325cb Reviewed-on: https://go-review.googlesource.com/c/build/+/258057 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
https://storage.googleapis.com/go-build-log/21200cf2/misc-compile-mobile_0b3b3144.log
If this is caused by my change (https://go-review.googlesource.com/c/go/+/109697) I can't see it.
/cc @bradfitz
The text was updated successfully, but these errors were encountered: