You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes it so it removes the mbed_config.h from the OS library build that is shared among all tests. This was to prevent there being multiple mbed_config.h from being in the build (one for the built test, and one for the shared OS library build). However, deleting this file triggers a clean build of the OS since the config state is being reset.
I need to examine this in more detail, but with the introduction of being able to specify app config on the command line we may be able to make smarter decisions about when to do a clean build.
Hello,
mbed test is always rebuilding the complete mbed os database, as if we were using '-c' option.
Is it the normal behavior ? It takes long time while developping a new feature.
Could you check that or let us know how to avoid it, please ?
Kind regards
Armelle
cc @bcostm @svastm
The text was updated successfully, but these errors were encountered: