Bootstrap process for building Amethyst in Nix#11
Open
Thesola10 wants to merge 2 commits intoArjixWasTaken:mainfrom
Open
Bootstrap process for building Amethyst in Nix#11Thesola10 wants to merge 2 commits intoArjixWasTaken:mainfrom
Thesola10 wants to merge 2 commits intoArjixWasTaken:mainfrom
Conversation
Also updated the GitHub workflow to invoke the self-bootstrap as a necessary test. This allows us to add more tests down the line for full release testing.
f6bf656 to
a599a48
Compare
Contributor
Author
|
Alternatively, another option for bootstrapping Amethyst would be to maintain a minimal entry point that could be built with vanilla Amber, which calls the build backend without requiring any Amethyst dependencies, this way we don't need to maintain two separate versions. |
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.
Sister PR to #10, with a cleaner build process for Amethyst in Nix, as well as infrastructure to allow other Amethyst projects to be packaged in Nix.
Ideally, would require #7 be solved both on
mainand the bootstrap branch, to lift restrictions on developing Amethyst using Amethyst within Nix.Includes #8, whoops.