-
Notifications
You must be signed in to change notification settings - Fork 3k
get_mbed_official_release() mbed5 fix #9878
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
@alekla01, thank you for your changes. |
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.
What is this fixing - always return toolchains?
For reference, this is when that change was added: #2260 |
@cmonr
or the purpose purpose of transform_release_toolchains is to set toolchains = [some version of 'ARM', 'GCC_ARM', 'IAR'] for mbed5 (similar to #9860 & the current implementation)? |
@alekla01 - Please look at the changes in #9860. Tagging @theotherjimmy @cmonr @0xc0170 |
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.
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.
@alekla01 It looks like this current changeset would likely break backwards compatability. Looking at #9878 (comment) and it's referenced PR, it looks like that manages to update the values in a backwards compatible way. |
Description
IOTCORE-1057
mbed-os/tools/build_api.py
Line 238 in 7656891
Returns always ['ARM', 'GCC_ARM', 'IAR'] for mbed5.
Pull request type
Reviewers
Release Notes