From 2ad22420a710dc07e3b644f91a5b55c09c39ecf3 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 6 Apr 2021 12:04:09 -0700 Subject: UnitTestFrameworkPkg: Use TianoCore mirror of cmocka repository REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3301 The cmocka repository https://git.cryptomilk.org/projects/cmocka.git has gone down a few times in past year. When it is down, it blocks EDK II CI. A mirror of this repository has been created in the TianoCore organization at https://github.com/tianocore/edk2-cmocka.git and uses a GitHub Action to auto-sync changes from https://git.cryptomilk.org/projects/cmocka.git. * Update .gitmodules to use https://github.com/tianocore/edk2-cmocka.git instead of https://git.cryptomilk.org/projects/cmocka.git. * Update README.rst to reference the COPYING file in https://github.com/tianocore/edk2-cmocka.git with the cmocka license. * Update Azure Pipelines YML files to remove a temporary workaround that used an alternate GitHub mirror of cmocka. With the workaround removed, EDK II CI always uses the TianoCore mirror of cmocka. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Signed-off-by: Michael D Kinney Reviewed-by: Liming Gao Reviewed-by: Laszlo Ersek --- ReadMe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ReadMe.rst') diff --git a/ReadMe.rst b/ReadMe.rst index b754378646..8f5db11281 100644 --- a/ReadMe.rst +++ b/ReadMe.rst @@ -92,7 +92,7 @@ that are covered by additional licenses. - `CryptoPkg/Library/OpensslLib/openssl `__ - `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli `__ - `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma `__ -- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka `__ +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka `__ - `RedfishPkg/Library/JsonLib/jansson `__ The EDK II Project is composed of packages. The maintainers for each package -- cgit v1.2.3