-
Notifications
You must be signed in to change notification settings - Fork 4
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 support to publish cfr as a binary using PyInstaller #175
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
+ Coverage 72.01% 81.76% +9.74%
==========================================
Files 79 79
Lines 3209 3213 +4
==========================================
+ Hits 2311 2627 +316
+ Misses 898 586 -312
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
8b7b6b7
to
addaeec
Compare
bc6336c
to
3b5f012
Compare
Hi again. I've added a basic CI/GHA workflow definition with 7fb9df3, and reported about the outcome on the tracking ticket. Building upon this, we can think about other build- and publishing-destinations/-procedures/-cycles on behalf of subsequent iterations, if you agree with that approach, @seut. |
|
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.
👍 thank you!
About
Use PyInstaller to build self-contained application bundles of the CrateDB Cluster Flight Recorder (CFR).
Preview
See section "Artifacts » Produced during runtime" on GHA run #9826830191.