From: Sophon Date: 星期一, 16 Aug 2021 07:05:58 +0000 (+0800) Subject: Revert "Fix duplication in submodules" X-Git-Tag: v1.0~6 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=5a32c45a4ef67d7f0882bef37ba2a2244fa322d4;p=edk2-sdm845.git Revert "Fix duplication in submodules" This reverts commit eea85ab564ceb16dac2a035c619d6a86c69022e6. --- diff --git a/build.sh b/build.sh index e442370..4f55be6 100755 --- a/build.sh +++ b/build.sh @@ -105,6 +105,7 @@ then set -e git submodule init;git submodule update --depth 1 pushd edk2 + git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 https://hub.fastgit.org/ucb-bar/berkeley-softfloat-3.git git submodule set-url CryptoPkg/Library/OpensslLib/openssl https://hub.fastgit.org/openssl/openssl.git git submodule set-url BaseTools/Source/C/BrotliCompress/brotli https://hub.fastgit.org/google/brotli.git git submodule set-url UnitTestFrameworkPkg/Library/CmockaLib/cmocka https://git.cryptomilk.org/projects/cmocka.git