From eea85ab564ceb16dac2a035c619d6a86c69022e6 Mon Sep 17 00:00:00 2001 From: Sophon Date: Thu, 12 Aug 2021 12:58:01 +0800 Subject: [PATCH] Fix duplication in submodules Signed-off-by: Sophon --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 4f55be6..e442370 100755 --- a/build.sh +++ b/build.sh @@ -105,7 +105,6 @@ 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 -- 2.45.2