-
Notifications
You must be signed in to change notification settings - Fork 70
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
Arm64 Build and Packaging Improvements #35
Merged
Merged
Conversation
This file contains 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
wmmc88
force-pushed
the
arm64-improvements
branch
3 times, most recently
from
November 10, 2023 01:12
526e555
to
8fe234c
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
3 times, most recently
from
November 20, 2023 19:42
0b3e3d0
to
81a5a6a
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
from
December 20, 2023 22:22
81a5a6a
to
74ac752
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
2 times, most recently
from
January 18, 2024 22:43
d821497
to
dd966ba
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
2 times, most recently
from
January 19, 2024 01:11
3dffa38
to
23fdea8
Compare
wmmc88
commented
Jan 19, 2024
wmmc88
force-pushed
the
arm64-improvements
branch
from
January 19, 2024 01:39
23fdea8
to
e8f42da
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
2 times, most recently
from
January 22, 2024 22:54
eaea06f
to
8c5c996
Compare
wmmc88
commented
Jan 22, 2024
wmmc88
commented
Jan 22, 2024
wmmc88
force-pushed
the
arm64-improvements
branch
3 times, most recently
from
January 22, 2024 23:55
5f79205
to
f740abc
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
3 times, most recently
from
January 23, 2024 23:02
5b5d376
to
7473332
Compare
wmmc88
force-pushed
the
arm64-improvements
branch
2 times, most recently
from
January 24, 2024 22:49
ec7926d
to
8808fe5
Compare
hamzamust
reviewed
Jan 25, 2024
hamzamust
reviewed
Jan 25, 2024
hamzamust
previously approved these changes
Jan 25, 2024
…se to run on Cargo package
wmmc88
force-pushed
the
arm64-improvements
branch
from
January 25, 2024 22:41
8808fe5
to
790fbdd
Compare
hamzamust
approved these changes
Jan 25, 2024
rajeshbg
approved these changes
Jan 31, 2024
This was referenced Jan 31, 2024
Add support for customizing the name of the Cert Store in
generate-certificate
and signtool
task
#92
Open
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.
This PR consists of various fixes and features that resolve outstanding issues when compiling for arm64. Enhancements to the build and packaging, while made with the purpose of improving the arm64 experience, it does also add new features and improve the experience for non-arm64 builds (see README)
Outstanding Issues for this PR:
- [ ] embed signature in sys file before signing cat, so that default flow works for boot-start driversmoved to separate PR feat: sign driver binary and validate signatures of binary and cat #79fixes #14