mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
471a8b98b2
SGX Protobuf version update to 33.4. Protobuf's dependency Abseil version update to 20250512.1. --------- Signed-off-by: Anna Platasz <anna.platasz@intel.com>
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
[submodule "external/dcap_source"]
|
|
path = external/dcap_source
|
|
url = ../confidential-computing.tee.dcap.git
|
|
branch = .
|
|
[submodule "openmp"]
|
|
path = external/openmp/openmp_code
|
|
url = https://github.com/llvm-mirror/openmp.git
|
|
branch = svn-tags/RELEASE_801
|
|
[submodule "dnnl"]
|
|
path = external/dnnl/dnnl
|
|
url = https://github.com/oneapi-src/oneDNN.git
|
|
branch = rls-v1.1
|
|
[submodule "ipp-crypto"]
|
|
path = external/ippcp_internal/ipp-crypto
|
|
url = https://github.com/intel/ipp-crypto.git
|
|
branch = ipp-crypto_2021_12_1
|
|
[submodule "external/protobuf/protobuf_code"]
|
|
path = external/protobuf/protobuf_code
|
|
url = https://github.com/protocolbuffers/protobuf.git
|
|
branch = 33.x
|
|
[submodule "external/sgx-emm/emm_src"]
|
|
path = external/sgx-emm/emm_src
|
|
url = https://github.com/intel/sgx-emm.git
|
|
[submodule "external/cbor/libcbor"]
|
|
path = external/cbor/libcbor
|
|
url = https://github.com/PJK/libcbor.git
|
|
[submodule "external/libcxxrt/libcxxrt_code"]
|
|
path = external/libcxxrt/libcxxrt_code
|
|
url = https://github.com/libcxxrt/libcxxrt.git
|
|
[submodule "external/protobuf/abseil-cpp"]
|
|
path = external/protobuf/abseil-cpp
|
|
url = https://github.com/abseil/abseil-cpp.git
|
|
# Version choice is linked to protobuf requirements (i.e. it's 'dependencies.cmake').
|
|
branch = lts_2025_05_12
|
|
|