-
Notifications
You must be signed in to change notification settings - Fork 3k
Disallow building of mbed OS 2 + RTOS, and remove mbed OS 5 support for Cortext-A #4415
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
This reverts commit f5859b3.
This PR seems that the below build error message is missed.
Will you plan on reflecting these error messages after the test pass? |
692cf9a
to
6ffd464
Compare
@sg- This should pass travis @TomoYamanaka The message is now in. |
/morph export-build |
6ffd464
to
cee0cbd
Compare
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 47 All exports and builds passed! |
@sg- do we need a / morph test now? |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild Prep failed! |
Failure because of Jenkins git plugin Receiving objects: 62% (78356/125416), 108.26 MiB | 39.00 KiB/s re-triggering |
Thank you for contacting. |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
I found my prior implementation of disabling Cortex-A unsatisfactory.
This PR actually fixes a long-standing bug: you can compile mbed OS 5 for mbed OS 2 only targets.
Todos