Fix submodules when using Fastgit
authorSophon <strongtz@yeah.net>
星期天, 8 Aug 2021 10:35:45 +0000 (10:35 +0000)
committerSophon <strongtz@yeah.net>
星期天, 8 Aug 2021 10:35:45 +0000 (10:35 +0000)
Signed-off-by: Sophon <strongtz@yeah.net>
build.sh

index 7eab7216afd6e6f03202f06fab730be4141f606f..4f55be68c30779fe820aefdb889d332ea8fd78a6 100755 (executable)
--- 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