From 6299eeec3f2a7e23d6bc86823447f1da6c6e0347 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Tue, 11 Mar 2025 09:08:43 +1100 Subject: [PATCH] Removed the 'clone_submodules' step --- .drone.jsonnet | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index b617f62c3..7685218d9 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -13,12 +13,6 @@ local version_info = { ], }; -// Intentionally doing a depth of 2 as libSession-util has it's own submodules (and libLokinet likely will as well) -local clone_submodules = { - name: 'Clone Submodules', - commands: ['git submodule update --init --recursive --depth=2 --jobs=4'], -}; - // cmake options for static deps mirror local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https://oxen.rocks/deps ' else ''); @@ -62,7 +56,6 @@ local sim_delete_cmd = 'if [ -f build/artifacts/sim_uuid ]; then rm -f /Users/$U trigger: { event: { exclude: ['push'] } }, steps: [ version_info, - clone_submodules, boot_simulator(), sim_keepalive, @@ -118,7 +111,6 @@ local sim_delete_cmd = 'if [ -f build/artifacts/sim_uuid ]; then rm -f /Users/$U trigger: { event: { exclude: ['pull_request'] } }, steps: [ version_info, - clone_submodules, { name: 'Build', commands: [