-
Notifications
You must be signed in to change notification settings - Fork 3k
Tools: Fix Microbit releases #8305
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
### Description I noticed that there was quite a bit missing from the mbed2 release of the microbit today. That's because the microbit uses ARM by default and the GCC_ARM small library. The release script was trying to release for ARM using scan rules for uARM. Turns out we're stuck with 2 configuration parameters for the same thing: `default_lib` for GCC and `default_toolchain` for ARM. Dang ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
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.
@theotherjimmy There's 2 other locations as well for default_lib
/morph build |
Build : SUCCESSBuild number : 3299 Triggering tests/morph test |
Arm License network issues, now fixed. /morph export-build |
Exporter Build : SUCCESSBuild number : 2935 |
Test : SUCCESSBuild number : 3108 |
Description
I noticed that there was quite a bit missing from the mbed2 release of
the microbit today. That's because the microbit uses ARM by default and
the GCC_ARM small library. The release script was trying to release for
ARM using scan rules for uARM. Turns out we're stuck with 2 configuration
parameters for the same thing:
default_lib
for GCC anddefault_toolchain
for ARM. Dang
Resolves #8217 I think.
Pull request type