-
Notifications
You must be signed in to change notification settings - Fork 594
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
build: debug=1 -> "line-tables-only" #10029
Conversation
Codecov Report
@@ Coverage Diff @@
## main #10029 +/- ##
==========================================
- Coverage 71.12% 71.12% -0.01%
==========================================
Files 1229 1229
Lines 210162 210162
==========================================
- Hits 149477 149473 -4
- Misses 60685 60689 +4
Flags with carried forward coverage won't be shown. Click here to find out more. see 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
(⬆️ completely unreadable!) As described in Rust docs:
Perhaps the crate information is excluded as well :( We may either 1) use different compile option for profiling and release, or, 2) always use the In addition: I tried to use
|
I will take a look |
Agree to go back to |
As far as I know, C++ application usually keeps all debug information with binary, but Rust has so many options and I don't know which one to use as well. But what I can say for sure is that our CI pipelines e.g. benchmark relies on release build. Our CI pipeline only distinguishes between |
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
close #9107
tested:
ci-dev
1.4G -> 764M (zstd compressed CI artifact 204M -> 130M)release
1.3G -> 761MChecklist For Contributors
./risedev check
(or alias,./risedev c
)Checklist For Reviewers
Documentation
Click here for Documentation
Types of user-facing changes
Please keep the types that apply to your changes, and remove the others.
Release note