-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
1 / 11 of 1 issue completedLabels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
Currently the racebuild command still uses legacy gomotes, some of which may no longer exist now. We should migrate it to LUCI, for builders that already migrated.
One tricky thing is that it currently depends on it running as root and being able to install commands, like apt-get or yum install. But this is not possible on the LUCI builders. It mostly wants to install git, g++, and unzip. Looks like we already have the first two installed. So we may need to install unzip on the builders, or make it available through some other mechanism.
cc @golang/release @mknyszek
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Type
Projects
Status
Done