-
Notifications
You must be signed in to change notification settings - Fork 124
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
Build standalone script edition in CI #299
Merged
Merged
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6fa3633 - Browse repository at this point
Copy the full SHA 6fa3633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecd56a - Browse repository at this point
Copy the full SHA 2ecd56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f02139 - Browse repository at this point
Copy the full SHA 6f02139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981addb - Browse repository at this point
Copy the full SHA 981addbView commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b424c4f - Browse repository at this point
Copy the full SHA b424c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecda7a8 - Browse repository at this point
Copy the full SHA ecda7a8View commit details -
Use autoconf install step even on standalone builds
My previous implementation only used the configure step from autoconf. Technically in this case it should have been enough, but it’s also kind of an abuse of the tools, it was meant to have another stage. This uses the tools as they were designed, which in my history with autoconf is always easier to maintain. Also it gives us the option of using more features or doing more fancy things in an install step without the standalone versions being out of sync from system installed versions.
Configuration menu - View commit details
-
Copy full SHA for 37dd081 - Browse repository at this point
Copy the full SHA 37dd081View commit details -
Make it easier to deploy a standalone script
The number of options that needed to be set to get a proper standalone build is fairly large. Given that it was already repeated twice in different CI contexts it occurred to me the whole batch of settings should just be one preset so that people can build their own standalone version easily from the source tarball if they want.
Configuration menu - View commit details
-
Copy full SHA for cb42e59 - Browse repository at this point
Copy the full SHA cb42e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f34c73 - Browse repository at this point
Copy the full SHA 3f34c73View commit details -
Copy-edit documentation for standalone deployment
Co-authored-by: Richard Hartmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bcb2ea - Browse repository at this point
Copy the full SHA 5bcb2eaView commit details
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.