From a170ec4c2b0654d2f6f0e9165c96adb4f38fcf8f Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 10 Apr 2026 11:39:02 -0300 Subject: [PATCH] Update botserver submodule: Optimize CI Setup Workspace - Remove gb-ws clone (unnecessary intermediate step) - Use --depth 1 for shallow clones (only latest commit) - Create minimal Cargo.toml directly (only botlib + botserver members) - Use git pull --ff-only for updates (no full history) - Significantly reduces CI time and disk usage - Maintains single-pull strategy --- botserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botserver b/botserver index 26b009d..2634521 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 26b009d4e662d0520fd64567b5bc92d516ba9ce7 +Subproject commit 2634521d9e9a10b74613162a506f3f383624a75b