From 5bb84f2b4dc3b2f80bd6ecef27e8ed53bb8d940e Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Mon, 16 Dec 2024 22:15:01 +0400 Subject: [PATCH] debug --- deployment/ci/node_init.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deployment/ci/node_init.sh b/deployment/ci/node_init.sh index 152dd2633..c737ae6b2 100644 --- a/deployment/ci/node_init.sh +++ b/deployment/ci/node_init.sh @@ -42,15 +42,15 @@ usermod -a -G sgx_prv $(whoami) cat /etc/sgx_default_qcnl.conf cat /etc/group -# curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - -# add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" -# apt-get update +curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - +add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" +apt-get update -# apt list --all-versions libsgx-dcap-ql -# apt list --all-versions libsgx-dcap-quote-verify -# apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1 -# apt list --installed +apt list --all-versions libsgx-dcap-ql +apt list --all-versions libsgx-dcap-quote-verify +apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1 +apt list --installed secretd init-enclave --no-epid