Fix AECS client version mismatch
This commit is contained in:
		
							parent
							
								
									ca930d19b2
								
							
						
					
					
						commit
						49cc99418e
					
				| @ -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