-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove IAR supported from targets failing IAR 8.32 build #9524
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
Remove IAR supported from targets failing IAR 8.32 build #9524
Conversation
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.
👍
CI started |
Failure in CI as all three toolchains needed
|
913233b
to
1dcf7e7
Compare
CI restarted. |
Test run: FAILEDSummary: 1 of 8 test jobs failed Failed test jobs:
|
Feature branch has linker file updates as well which is not compatible to IAR 7.x, hence the failure. CC @timurh01 |
CI restarted since Jenkins Node has been updated |
My bad. Stale GitHub page caching. Test run #3 still pending. |
Test run: FAILEDSummary: 2 of 9 test jobs failed Failed test jobs:
|
...huh. Shouldn't the |
Test run: FAILEDSummary: 1 of 5 test jobs failed Failed test jobs:
|
Restarted CI |
Test run: FAILEDSummary: 1 of 5 test jobs failed Failed test jobs:
|
Restarting CI |
Test run: FAILEDSummary: 2 of 6 test jobs failed Failed test jobs:
|
Few targets have libraries compatible to IAR 7.x, which fail with IAR 8.x, IAR support for them is removed till updated library is added. CI failure seen if IAR is not added as supported target, trying with release_version as empty string List of targets affected: 1. UBLOX_EVK_ODIN_W2 2. MTB_UBLOX_ODIN_W2 3. MBED_CONNECT_ODIN 4. MTB_MXCHIP_EMW3166 5. MTB_ADV_WISE_1530 6. MTB_USI_WM_BN_BM_22 7. REALTEK_RTL8195AM
1dcf7e7
to
f28b6e1
Compare
CI started after removing Realtek from IAR8 list |
@0xc0170 - I don't see any fail artifacts |
Test run: FAILEDSummary: 2 of 6 test jobs failed Failed test jobs:
|
restarted exporter (& greentea with Realtek skipped). |
All pass... Hurray @ARMmbed/mbed-os-maintainers - Ready to merge? |
Description
Few targets have libraries compatible to IAR 7.x, which fail with IAR 8.x, IAR support for them is removed till updated library is added.
List of targets affected:
Pull request type
Reviewers