-
Notifications
You must be signed in to change notification settings - Fork 3k
Rename "default_lib" to "c_lib". #12278
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
Conversation
default_lib
to c_lib
.
default_lib
to c_lib
.
@rajkan01, thank you for your changes. |
d634ca0
to
8a0fdd2
Compare
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.
You will need to also update any reference to default_lib
in the docs.
@rajkan01 Will you raise a separate PR to do this update ? In the meantime I will start the CI on this one. |
CI started |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Pull request has been modified.
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
@rajkan01 there is something funny going on in the ci with this PR , will need input from the test team before I am comfortable progressing this |
Not sure why CI reported failures and then gave all green. Going to re-run to check |
CI re-started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
target.default_lib
totarget.c_lib
as it is more meaningful. These changes are done only for MBED OS 5 targets and in the build tool.Note:
target.default_lib
remains unchanged(No rename totarget.c_lib
).Impact of changes
With these changes,
target.default_lib
attribute is no longer being supported.Migration actions required
target.c_lib
is the new attribute used for C library selection. The choice remains unchanged("std" or "small"
)Documentation
Refer Docs
Pull request type
Test results
Reviewers
@evedon @bulislaw @madchutney