-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build/cmd/gomoteserver: resolve dependency installation #63992
Labels
Builders
x/build issues (builders, bots, dashboards)
FeatureRequest
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
37 tasks
cagedmantis
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Nov 7, 2023
Change https://go.dev/cl/541436 mentions this issue: |
gopherbot
pushed a commit
to golang/build
that referenced
this issue
Nov 14, 2023
This change adds the required configuration so that the buildlet will start in all platforms. The start task proto has also been refactored to not use deprecated fields. The shebang has been removed from the Python script. Pagination support has been added to the list builders buildbucket call. For golang/go#63992 Change-Id: I0ff2ddb30780e03ee719757720996ae0e33b341a Reviewed-on: https://go-review.googlesource.com/c/build/+/541436 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/542256 mentions this issue: |
gopherbot
pushed a commit
to golang/build
that referenced
this issue
Nov 15, 2023
The cpython3 dependency should only be installed on Windows and Darwin. We can't be sure that the package exists for all other platforms. Updates golang/go#63992 Change-Id: I1d1063efc830eb9d347c5e18c0989bc1f5fe727b Reviewed-on: https://go-review.googlesource.com/c/build/+/542256 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
The team has decided that this can be resolved as a feature in the future. |
dmitshur
changed the title
x/build/gomoteserver: resolve dependency installation
x/build/cmd/gomoteserver: resolve dependency installation
Feb 20, 2024
We now use golangbuild to install dependencies. Thanks @mknyszek |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Builders
x/build issues (builders, bots, dashboards)
FeatureRequest
NeedsFix
The path to resolution is known, but the work has not been done.
Ensure that the dependencies needed for each build is installed on the gomote instance. We need to decide how essential this is to the project. We also need to determine the desired path forward.
The text was updated successfully, but these errors were encountered: