From a921522a757209e9282f7a4164f5a6008e2a3319 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Thu, 27 Apr 2023 14:20:33 +0100 Subject: [PATCH] test --- nanosoc | 2 +- set_env.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nanosoc b/nanosoc index b05b752..c08808a 160000 --- a/nanosoc +++ b/nanosoc @@ -1 +1 @@ -Subproject commit b05b752d4cb38afe96c9bd5fd5d62b7919526694 +Subproject commit c08808a5981fe0e402cc7b47b0fae6b559f18e75 diff --git a/set_env.sh b/set_env.sh index 65400a5..3c4c028 100755 --- a/set_env.sh +++ b/set_env.sh @@ -70,8 +70,8 @@ if [ ! -f $PROJECT_DIR/.socinit ]; then fi fi done - git submodule update --remote --recursive - git submodule foreach --recursive git checkout main + git submodule update --remote --recursive --init + # git submodule foreach --recursive git checkout main git restore $DESIGN_ROOT/.gitmodules touch $PROJECT_DIR/.socinit fi \ No newline at end of file -- GitLab