Skip to content
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/relui: standalone runability for private CI pipelines to create installers #49903

Open
josh-hemphill opened this issue Dec 1, 2021 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@josh-hemphill
Copy link

Trying to set up private branch/fork/clone releases, so our local devs can build some OSS Go programs both in CI and locally off of the the branch without having to build from source. See r/golang/comments/r55ysn/is_the_build_system_for_the_base_go_binaries/

The build system repo has several parts and describes running each build process inside buildlets. But one component the cmd/release doesn't seem to rely on the buildlet cmd, so I'm curious if I could use that directly in a CI pipeline to build the few installers/packages of our fork that we need?
I'm needing to make a few of the packages/installers, like the ones available for standard Go (that bundle the tooling, path, and config changes), for distribution to our devs and other build systems so they don't have to build from source, and can have a similar install experience without added complexity on their end.

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Dec 1, 2021
@gopherbot gopherbot added this to the Unreleased milestone Dec 1, 2021
@mknyszek mknyszek changed the title x/build/cmd/release: (enhancement) Standalone runability for private CI pipelines to create installers x/build/cmd/release: standalone runability for private CI pipelines to create installers Dec 2, 2021
@mknyszek mknyszek added FeatureRequest NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Dec 2, 2021
@mknyszek
Copy link
Contributor

mknyszek commented Dec 2, 2021

CC @dmitshur @cagedmantis

@dmitshur dmitshur changed the title x/build/cmd/release: standalone runability for private CI pipelines to create installers x/build/cmd/relui: standalone runability for private CI pipelines to create installers Feb 23, 2023
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 NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants