-
Notifications
You must be signed in to change notification settings - Fork 42
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
Feature/1900 remove debug symbols release #2072
base: v4.0.0
Are you sure you want to change the base?
Conversation
SUGGESTIONS BEFORE MERGE:
|
if [[ "$BUILD_TYPE" = "Release" ]]; then | ||
debug_wc=$(objdump -h skaled/skaled | grep -i debug | wc -l) | ||
sym_wc=$(readelf -s skaled/skaled | wc -l) | ||
if (( debug_wc != 0 || sym_wc > 10000 )); then | ||
exit 1 | ||
fi | ||
fi |
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.
custom_build.yml
needs to be modified to support Release option
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.
Propose to use setup-build-publish.yml
workflow underneath with Release parameter
fixes #1900
RelWithDebInfo
buildConsequences:
Testing:
1
skaled binary size 29575576