Skip to content

x/build/cmd/racebuild: migrate to LUCI #72767

@cherrymui

Description

@cherrymui

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

Sub-issues

Metadata

Metadata

Assignees

Labels

Buildersx/build issues (builders, bots, dashboards)NeedsFixThe path to resolution is known, but the work has not been done.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions