Revert "Fix duplication in submodules"
authorSophon <strongtz@yeah.net>
星期一, 16 Aug 2021 07:05:58 +0000 (15:05 +0800)
committerSophon <strongtz@yeah.net>
星期一, 16 Aug 2021 07:05:58 +0000 (15:05 +0800)
This reverts commit eea85ab564ceb16dac2a035c619d6a86c69022e6.

build.sh

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