-
Notifications
You must be signed in to change notification settings - Fork 3k
Migrate old memap file handling into toolchains #8779
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
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.
Bueno 🎉
/morph build |
Build : SUCCESSBuild number : 3650 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3257 |
Test : FAILUREBuild number : 3430 |
NRF test issue. Will restart in rollup. |
As noted earlier, this conflics with |
Correct, another PR. Anyway, had a problem with a first rollup of the day. will do second and this will be in there |
Starting CI |
@theotherjimmy Can you rebase , there was tools PR integrated today that is causing now conflict. |
### Description This PR moves the old memap file handling required for differential memap from within memap to the toolchain object. This has the advantage that we can do the `mv <app>.map <app>.map.old` the moment before it is overwritten by the linker. This should allow multiple reruns of memap without modifying your build directory. ### Pull request type [ ] Fix [x] Refactor [ ] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
f83ccd3
to
38d8bb6
Compare
All the PRs need to be engineering ready (marked as "needs: CI") by the end of the day (Austin). Otherwise it won't make 5.11 and will need to come in the next patch release (5.11.1). |
@0xc0170 Rebased. |
@theotherjimmy This would be fine for the next patch release, Shall we move this to 5.11.1 ? 5.11rc1 is still having quite number of PR to get through |
@0xc0170 Feel free to do that. |
CI started |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Not related failure, see referenced PR above. We will restart once it is fixed |
Wrong button, reopened :-) Will restart once master is green |
Build : SUCCESSBuild number : 3704 Triggering tests/morph test |
This restarted old CI, aborting now. |
@cmonr Can you take care of the statuses for morph here please? |
CI started |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Description
This PR moves the old memap file handling required for differential
memap from within memap to the toolchain object. This has the
advantage that we can do the
mv <app>.map <app>.map.old
the momentbefore it is overwritten by the linker. This should allow multiple
reruns of memap without modifying your build directory.
Pull request type