Open
Description
Trybot builders for ios are failing consistently on https://build.golang.org/.
Example log from https://build.golang.org/log/38129923c6f886f82063cab77355caee3747497a :
ios-arm64-corellium at 1dfb33e8612d20f41cf4e034d9d0838abf75e04b
...
Building Go cmd/dist using /var/root/go-ios-arm64-bootstrap. (go1.20.6 ios/arm64)
found packages main (build.go) and building_Go_requires_Go_1_22_6_or_later (notgo122.go) in /tmp/workdir-host-ios-arm64-corellium-ios/go/src/cmd/dist
build failed: make script failed: exit status 1
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
gabyhelp commentedon Sep 11, 2024
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
dmitshur commentedon Sep 11, 2024
Thanks for reporting.
It looks like this builder provides its own bootstrap at /var/root/go-ios-arm64-bootstrap, and its version go1.20.6 is too low for tip. Go tip (1.24 to be) has a minimum bootstrap version requirement of Go 1.22.6 (see https://tip.golang.org/doc/go1.24#bootstrap).
The owners of this builder need to update that location to provide at least go1.22.6 as the bootstrap. @changkun, @steeve (per https://farmer.golang.org/builders), please take a look. Thanks.
Also CC @golang/ios.