-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove extra ARMc6 instance in unique mapping #7544
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
/morph build |
/morph build |
Build : FAILUREBuild number : 2638 |
Build : ABORTEDBuild number : 2639 |
Going to try this again since CI is now quiet. /morph build |
@ARMmbed/mbed-os-maintainers Thoughts about bringing this in without CI? Details: The original CI problem was that when the |
Different note: A failed export job appears to indicate that IAR builds are having network and/or machine issues: http://mbed-os.s3-eu-west-1.amazonaws.com/builds/exporter/7479/FAIL/K82F/make_iar/86491627bf80d1b5e5d3b92dabc242d556304e0c_exporter_build_log_K82F_make_iar.txt |
Build : FAILUREBuild number : 2641 |
CI IAR issue still needs to be fixed anyway, I'll talk to @OPpuolitaival. I would like to have this green asap |
/morph build |
Build : SUCCESSBuild number : 2642 Triggering tests/morph test |
Test : SUCCESSBuild number : 2381 |
Exporter Build : SUCCESSBuild number : 2273 |
Remove extra ARMc6 instance in unique mapping
Description
This recent commit (https://github.com/ARMmbed/mbed-os/pull/7302/files#diff-8ae3dde46b55f3a922724cd3585922b2) added ARMc6 which ends up multiplicly defining ARMc6 in what is suppose to be a set with unique entries.
Pull request type