From e4671e8befe327c3b1505ae05bf1d8514e727583 Mon Sep 17 00:00:00 2001 From: tcorbly <45633570+tcorbly@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:57:32 -0600 Subject: [PATCH 1/2] Update cd-staging.yml --- .github/workflows/cd-staging.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd-staging.yml b/.github/workflows/cd-staging.yml index 689a4d95..4a289712 100644 --- a/.github/workflows/cd-staging.yml +++ b/.github/workflows/cd-staging.yml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@v2 with: submodules: true + submodules_recursive: true + fetch-depth: 0 lfs: true - name: Pull LFS From f2941a559932bf5b9cc87e70822b950b480ad2da Mon Sep 17 00:00:00 2001 From: tcorbly <45633570+tcorbly@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:58:55 -0600 Subject: [PATCH 2/2] Remove submodule step from kipr scratch --- dependencies/build.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dependencies/build.py b/dependencies/build.py index 96e18b2e..d300e4b3 100755 --- a/dependencies/build.py +++ b/dependencies/build.py @@ -230,13 +230,6 @@ def is_tool(name): print('Building kipr-scratch...') kipr_scratch_path = working_dir / 'kipr-scratch' - -subprocess.run( - [ git, submodule, update, --init ], - cwd = kipr_scratch_path / 'libwallaby', - check = True -) - subprocess.run( [ python, kipr_scratch_path / 'build.py' ], cwd = kipr_scratch_path,