From 2c2f5659880688770e54655f2038e9aa24933931 Mon Sep 17 00:00:00 2001 From: Sophon Date: Sun, 8 Aug 2021 10:35:45 +0000 Subject: [PATCH] Fix submodules when using Fastgit Signed-off-by: Sophon --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7eab721..4f55be6 100755 --- a/build.sh +++ b/build.sh @@ -112,6 +112,7 @@ then set -e git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 https://hub.fastgit.org/ucb-bar/berkeley-softfloat-3.git git submodule set-url MdeModulePkg/Library/BrotliCustomDecompressLib/brotli https://hub.fastgit.org/google/brotli.git git submodule set-url MdeModulePkg/Universal/RegularExpressionDxe/oniguruma https://hub.fastgit.org/kkos/oniguruma.git + git submodule set-url RedfishPkg/Library/JsonLib/jansson https://hub.fastgit.org/akheron/jansson.git git submodule init;git submodule update git checkout .gitmodules popd -- 2.45.2