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
I just got "make image=tests" failing because modules/tests/usr.manifest listed incorrect files.
This usr.manifest is built automatically during build from usr.manifest.skel. However, it seems recently usr.manifest.skel was updated (to use a newer version of boost) and yet "make" did not rebuild usr.manifest.
I tried "make clean" and hoped to get a clean build, but it didn't help - "make clean" did not remove usr.manifest. This is a bad - "make clean"'s module cleanup stage should remove this file too.
Manually removing modules/tests/usr.manifest solved my build problem.