File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ usermod -a -G sgx_prv $(whoami)
42
42
cat /etc/sgx_default_qcnl.conf
43
43
cat /etc/group
44
44
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
46
48
apt list --installed
47
49
48
50
secretd init-enclave --no-epid
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ RUN echo -e 'no\n/opt' | ./sgx/sgx_linux_x64_sdk_${SGX_VERSION}.bin && \
93
93
# #
94
94
ENV LD_LIBRARY_PATH=/opt/sgxsdk/libsgx-enclave-common/
95
95
#
96
- # #RUN SGX_DEBUG=0 SGX_MODE=HW SGX_PRERELEASE=1 make
96
+ # #RUN SGX_DEBUG=0 SGX_MODE=HW SGX_PRERELEASE=1 make
You can’t perform that action at this time.
0 commit comments