Skip to content

Commit 94086f9

Browse files
committed
debug
1 parent 7cde470 commit 94086f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deployment/ci/node_init.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ usermod -a -G sgx_prv $(whoami)
4242
cat /etc/sgx_default_qcnl.conf
4343
cat /etc/group
4444

45-
apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.3-jammy1
45+
apt list --all-versions libsgx-dcap-ql
46+
apt list --all-versions libsgx-dcap-quote-verify
47+
apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1
4648
apt list --installed
4749

4850
secretd init-enclave --no-epid

deployment/dockerfiles/base-images/app.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ RUN echo -e 'no\n/opt' | ./sgx/sgx_linux_x64_sdk_${SGX_VERSION}.bin && \
9393
##
9494
ENV LD_LIBRARY_PATH=/opt/sgxsdk/libsgx-enclave-common/
9595
#
96-
##RUN SGX_DEBUG=0 SGX_MODE=HW SGX_PRERELEASE=1 make
96+
##RUN SGX_DEBUG=0 SGX_MODE=HW SGX_PRERELEASE=1 make

0 commit comments

Comments
 (0)