From c70b70b63618496fe5e8191b199d37b09dc0c6f0 Mon Sep 17 00:00:00 2001 From: Erick Cestari Date: Fri, 31 Oct 2025 10:50:46 -0300 Subject: [PATCH] Remove libsodium and lowdown submodules to fix recursive clone These submodules were causing failures during recursive git clone operations. The submodule entries were still registered in the git tree even though they were removed from .gitmodules, causing: "fatal: No url found for submodule path 'external/lightning/external/libsodium'" and similar errors for lowdown. This removes both submodule references from the git index to resolve recursive submodule initialization failures (exit code 128). Changelog-None --- external/libsodium | 1 - external/lowdown | 1 - 2 files changed, 2 deletions(-) delete mode 160000 external/libsodium delete mode 160000 external/lowdown diff --git a/external/libsodium b/external/libsodium deleted file mode 160000 index 675149b9b..000000000 --- a/external/libsodium +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 675149b9b8b66ff44152553fb3ebf9858128363d diff --git a/external/lowdown b/external/lowdown deleted file mode 160000 index edca6ce6d..000000000 --- a/external/lowdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit edca6ce6d5336efb147321a43c47a698de41bb7c