Fix AECS client version mismatch
This commit is contained in:
parent
aae9b6d940
commit
4ce27ae5c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user