x/build: should not be testing x/mobile on freebsd/386 on Go 1.12 #36506
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
mobile
Android, iOS, and x/mobile
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Sample build link is https://build.golang.org/log/46ff9239d847eedc57081fb7d1580a4b01de0e05. The test fails because
golang.org/x/mobile/exp/sensor
andgolang.org/x/mobile/gl
packages fail to build due to missing identifiers.This looks like a misconfiguration in x/build. The x/mobile repo tests are running on tip on a very few builders. They're not running at all for Go 1.13. And they're only running for a few freebsd/386 configurations on Go 1.12.
The fix is to disable these builders from running.
/cc @hyangah @bradfitz @cagedmantis @toothrot
The text was updated successfully, but these errors were encountered: