Build SpacemanDMM from source#39007
Draft
Inorien wants to merge 7 commits intovgstation-coders:Bleeding-Edgefrom
Draft
Build SpacemanDMM from source#39007Inorien wants to merge 7 commits intovgstation-coders:Bleeding-Edgefrom
Inorien wants to merge 7 commits intovgstation-coders:Bleeding-Edgefrom
Conversation
Collaborator
Author
Contributor
|
can you make it so that it checks the checksum of the previous spaceman build and doesn't recompile if its the same? just to save on not doing it wastefully |
Collaborator
Author
|
yeah, i opened this last night while under a huge fever and only remember writing half of it (lmao) |
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.

What this does
Sets SpacemanDMM to build from source in CI
Caches build dependencies (kind of a pain in the dick to cache the build output itself because rust caching is weird or something)
If the master build fails then it falls back to the (often old) stable release binary
Adds around 45 sec to the CI time
Why it's good
We can enjoy the latest master version of SpacemanDMM without relying on releases that only happen once every several months if lucky
How it was tested
make PR, look at actions run
Changelog
no user facing change