-
Notifications
You must be signed in to change notification settings - Fork 37
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
Sign Windows binaries #3774
base: master
Are you sure you want to change the base?
Sign Windows binaries #3774
Conversation
feedback use bash shell Sign windows binary via make Simplify CI
Does the PR have any schema changes?Looking good! No breaking changes found. |
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3774 +/- ##
=======================================
Coverage 56.66% 56.66%
=======================================
Files 78 78
Lines 11975 11975
=======================================
Hits 6786 6786
Misses 4688 4688
Partials 501 501 ☔ View full report in Codecov by Sentry. |
b6f64ac
to
b9c3466
Compare
Sign windows binary via make and simplify CI. This makes it possible to produce signed binaries locally, if required.
Alternative to #3764