-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add FIXUP option, for automatic package hash. #40
base: main
Are you sure you want to change the base?
Conversation
It seems |
@aparcar Please do "Squash and merge" if the PR is good and whenever it is convenient for you. Thanks! |
This PR worked perfect, THANKS!!! |
I think when FIXUP=1, package should not compile, or there can have another option to enable fixup-only action |
I don't understand the motivation for this PR. Could you please explain and add it to the commit message? |
Let me run the motivation by you for your feedback, before I update the commits. The motivation behind adding the When When the This PR adds the ability to specify the I welcome suggestions for changes to this PR. |
let me add an example this actions compiles the latest smartdns |
When compiling individual packages, one may want to pass the FIXUP option to `make check`. It can help with generating package hashes.
df63054
to
684dfe0
Compare
@aparcar Done. I kept only the FIXUP option in this PR for simplicity and clarity. |
Fixes #18
Fixes #35