From 49cc99418edb2e9aaf0efaa4e6584a39f6bd05bd Mon Sep 17 00:00:00 2001 From: "Hui, Chunyang" Date: Thu, 14 Dec 2023 02:54:06 +0000 Subject: [PATCH] Fix AECS client version mismatch --- tools/toolchains/aecs_client/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toolchains/aecs_client/build.sh b/tools/toolchains/aecs_client/build.sh index 7b816622..6972baec 100755 --- a/tools/toolchains/aecs_client/build.sh +++ b/tools/toolchains/aecs_client/build.sh @@ -8,7 +8,7 @@ AECS_DIR=${script_dir}/enclave-configuration-service # Default TEE TYPE is SGX2, also support HYPERENCLAVE TEETYPE=${1:-SGX2} -git clone https://github.com/SOFAEnclave/enclave-configuration-service.git +git clone -b v2.0.0 https://github.com/SOFAEnclave/enclave-configuration-service.git pushd ${AECS_DIR} git submodule update --init --recursive