-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-iOSGOOS=iosGOOS=ios
Milestone
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
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-iOSGOOS=iosGOOS=ios
Type
Projects
Milestone
Relationships
Development
Select code repository
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.