-
Notifications
You must be signed in to change notification settings - Fork 3k
Rollup v2.1: Rerun multiple PRs through CI that have already indirectly passed #8387
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 The netbeans exporter was being inconsistant with it's invocation of the C pre-processor on the linker script: the C pre-processor was always invoked from `$PATH` where as the rest of the tools were invoked as configured by the tools. This changes the invocation of CPP to match the rest of the tools: heed the conifguration. Fixes ARMmbed/mbed-cli#663 ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
…mbed into theotherjimmy-nb-consistant-paths
…ridadan-remove_gcc_cr
@ARMmbed/mbed-os-maintainers Something that I think is awesome is that even though I ran the exact same commands, the PR was able to determine which PRs were left to merge. Three of the original five PRs were seperately merged. |
/morph build |
Build : SUCCESSBuild number : 3329 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2961 |
Test : SUCCESSBuild number : 3137 |
Description
Take 2.1. Messed up one of the only manual steps, of course.
Supercedes #8386
Pull request type