From a53a66ef479a3829b3006496306c40c617f96db4 Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Mon, 16 Dec 2024 22:05:20 +0400 Subject: [PATCH] debug --- deployment/ci/node_init.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment/ci/node_init.sh b/deployment/ci/node_init.sh index b69da2833..9786cfc70 100644 --- a/deployment/ci/node_init.sh +++ b/deployment/ci/node_init.sh @@ -42,6 +42,11 @@ 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 + + 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