Updates for SGX 2.18 reproducible build.

Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
Zhang Lili
2022-11-24 13:42:20 +08:00
parent 1deb73848a
commit 30012305f3
560 changed files with 63548 additions and 31923 deletions
+4
View File
@@ -51,10 +51,14 @@ build: $(SGXSSL_HEADER_CHECK)
$(MAKE) -C client
$(MAKE) -C non_enc_client
tdx: $(SGXSSL_HEADER_CHECK)
$(MAKE) -C server_tdx
clean:
$(MAKE) -C server clean
$(MAKE) -C client clean
$(MAKE) -C non_enc_client clean
$(MAKE) -C server_tdx clean
run:
echo "Launch processes to establish an Attested TLS between two enclaves"