Fix duplication in submodules
authorSophon <strongtz@yeah.net>
星期四, 12 Aug 2021 04:58:01 +0000 (12:58 +0800)
committerSophon <strongtz@yeah.net>
星期四, 12 Aug 2021 04:58:01 +0000 (12:58 +0800)
Signed-off-by: Sophon <strongtz@yeah.net>
build.sh

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