Skip to content
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

make: remove old clnrest directory #8159

Merged

Conversation

daywalker90
Copy link
Contributor

@daywalker90 daywalker90 commented Mar 12, 2025

Since clnrest is no longer a python plugin it's old directory was not removed by the existing code and leads to an error when running make install when upgrading to cln 25.02 from an older version that was previously installed.
Users had to see the error during make install and remove the directory themselves and run make install again to fix this. The PR hopefully takes care of that automatically.

Fixes #8141

Don't know if it fixes the nix issue mentioned

@rustyrussell rustyrussell added this to the v25.02.1 milestone Apr 2, 2025
@endothermicdev
Copy link
Collaborator

ACK 7940b56

Tested this on Ubuntu Jammy and it removes the installed clnrest directory from v24.11 at install time as advertised. If fetching from the same build directory as used for <=24.11, we still need a make clean to remove the plugins/clnrest dir. I think that's somewhat more acceptable, but maybe we should use this approach there as well.

@endothermicdev endothermicdev merged commit deae922 into ElementsProject:master Apr 3, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants