From 91f11714e59a3d434010b39b379dc74eae21d729 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 18:54:56 +0100 Subject: [PATCH] fix(submodules): remove stale modules/bw-gdlib gitlink breaking CI Commit 1b353ae6 (release/v4.9.4) renamed the bw-gdlib submodule from modules/bw-gdlib to bw-gdlib in .gitmodules, but never removed the old gitlink entry from the tree. That left a tracked gitlink at modules/bw-gdlib with no corresponding .gitmodules mapping, so `git submodule sync --recursive && git submodule update --init --recursive` (CircleCI's setup_environment step) fails on every build with: fatal: no submodule mapping found in .gitmodules for path 'modules/bw-gdlib' Removing the dangling gitlink brings the tree's 5 submodule entries back in sync with .gitmodules' 5 declared paths. Co-Authored-By: Claude Sonnet 5 --- modules/bw-gdlib | 1 - 1 file changed, 1 deletion(-) delete mode 160000 modules/bw-gdlib diff --git a/modules/bw-gdlib b/modules/bw-gdlib deleted file mode 160000 index f3e537be..00000000 --- a/modules/bw-gdlib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f3e537be2877ece407e41771ac73215b57fad935