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
make: remove plugins/clnrest dir prior to building clnrest
When building in the same directory used for <=v24.11, this would occur:
cp: cannot create regular file plugins/clnrest: Permission denied
make: *** [plugins/Makefile:149: plugins/clnrest] Error 1
make: *** Waiting for unfinished jobs....
Remove the old directory so the new rust binary can take its place.
Changelog-Fixed: `make` cleans up old clnrest directory prior to building the new plugin.
0 commit comments