-
Notifications
You must be signed in to change notification settings - Fork 8.1k
llext: option to preserve EDK folder #97996
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
base: main
Are you sure you want to change the base?
Conversation
Not really against this, but archiving-but-leaving-the-folder feels a bit of a stretch. As an alternative, I would suggest adding (something like) |
I'm ok with this, or providing a format output option as suggseted by @pillo79 |
I did this originally, but all the cmake logic around actually triggering the generation uses the archive as the output file the scripts are generating. I believe the only way to make this work would be to have Lines 2388 to 2438 in b677e82
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... I knew it couldn't be that easy, thanks for exploring the option! LGTM as well 👍
EDIT: but fix the other stray compliance errors in the file to make CI happy.
Fix existing formatting errors causing CI to fail on new PRs. Signed-off-by: Jordan Yates <[email protected]>
Add an option to preserve the EDK folder, instead of deleting it after creating the archive. This can simplify test scripting which can now avoid immediately uncompressing the archive when compiling an extension. If this option is enabled, default to the much faster `.tar.Z` archive format, since the compression ratio of the archive is not important. Signed-off-by: Jordan Yates <[email protected]>
1548ca8
to
b266bba
Compare
Added a commit to fix old formatting errors that CI was complaining about. |
|
Add an option to preserve the EDK folder, instead of deleting it after creating the archive. This can simplify test scripting which can now avoid immediately uncompressing the archive when compiling an extension.
If this option is enabled, default to the much faster
.tar.Z
archive format, since the compression ratio of the archive is not important.