CI: build via penguin-tools Nix; tag-only releases#4
Merged
Conversation
console is now cross-built for every guest arch by penguin-tools (github:rehosting/penguin-tools#console-<arch>) and shipped in penguin-tools.tar.gz. Stop building code here: - tests.yml: the PR check builds console for all guest arches via the penguin-tools flake (--override-input console = this checkout) instead of the embedded-toolchains Docker image. - build.yml: the release workflow cuts a versioned tag/release only, no binary asset (penguin-tools is the binary source).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stop cross-building console in this repo's CI; penguin-tools builds it for every guest arch (
github:rehosting/penguin-tools#console-<arch>) and ships it inpenguin-tools.tar.gz.--override-input console= this checkout (validity check), replacing the embedded-toolchains Docker build.Part of the guest-tool nixification (penguin-tools#11, now merged).