Skip to content

x/build/cmd/buildlet: add the ability to download an unzipped file from a URL  #53403

Open
@cagedmantis

Description

@cagedmantis

As part of #47521, we are shifting to a model where we try to avoid streaming files through the coordinator on to the buildlet. The buildlet has a /write endpoint which can be used to write a single file to a machine. It does not have the functionality to pass a URL where the buildlet can download a file and store it on the file system of the host. We should add the ability to pass a URL to the buildlet so that the caller would not have to stream the file to the buildlet.

@golang/release

Activity

added
Buildersx/build issues (builders, bots, dashboards)
on Jun 15, 2022
added this to the Unreleased milestone on Jun 15, 2022
added
NeedsFixThe path to resolution is known, but the work has not been done.
on Jun 15, 2022
dmitshur

dmitshur commented on Jun 21, 2022

@dmitshur
Member

This may also help with #51057 as I understand.

changed the title [-]x/build/cmd/buildlet: add the ability to download an unzipped tarball from a URL [/-] [+]x/build/cmd/buildlet: add the ability to download an unzipped file from a URL [/+] on Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cagedmantis@dmitshur@gopherbot

        Issue actions

          x/build/cmd/buildlet: add the ability to download an unzipped file from a URL · Issue #53403 · golang/go