Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent 7cde470 commit 94086f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deployment/ci/node_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ usermod -a -G sgx_prv $(whoami)
cat /etc/sgx_default_qcnl.conf
cat /etc/group

apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.3-jammy1
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
Expand Down
2 changes: 1 addition & 1 deletion deployment/dockerfiles/base-images/app.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ RUN echo -e 'no\n/opt' | ./sgx/sgx_linux_x64_sdk_${SGX_VERSION}.bin && \
##
ENV LD_LIBRARY_PATH=/opt/sgxsdk/libsgx-enclave-common/
#
##RUN SGX_DEBUG=0 SGX_MODE=HW SGX_PRERELEASE=1 make
##RUN SGX_DEBUG=0 SGX_MODE=HW SGX_PRERELEASE=1 make

0 comments on commit 94086f9

Please sign in to comment.