File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020# Setting PCCS_URL for SGX Remote Attestation.
2121# PCCS_URL should be changed according to ECS location.
2222# PCCS_URL=https://sgx-dcap-server.cn-hongkong.aliyuncs.com/sgx/certification/v3/
23- echo " PCCS_URL=https://sgx-dcap-server.cn-beijing .aliyuncs.com/sgx/certification/v3/" > /etc/sgx_default_qcnl.conf
23+ echo " PCCS_URL=https://sgx-dcap-server.cn-hongkong .aliyuncs.com/sgx/certification/v3/" > /etc/sgx_default_qcnl.conf
2424echo " USE_SECURE_CERT=TRUE" >> /etc/sgx_default_qcnl.conf
2525
2626# Compile test project.
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ ENV JAVA_HOME="/root/tools/graalvm-ce-java11-22.2.0"
2424ENV PATH="/opt/occlum/build/bin:/usr/local/occlum/bin:$PATH"
2525ENV CC=/usr/local/occlum/bin/occlum-gcc
2626
27- ARG PSW_VERSION=2.17 .100.3
28- ARG DCAP_VERSION=1.14 .100.3
27+ ARG PSW_VERSION=2.18 .100.3
28+ ARG DCAP_VERSION=1.15 .100.3
2929
3030ADD ["tmpDownloadDir/graalvm-ce-java11-22.2.0.tar.gz", "/root/tools/"]
3131ADD ["tmpDownloadDir/zlib-1.2.11.tar.gz", "/root/tools/"]
@@ -47,6 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y gdb gnup
4747 libsgx-urts-dbgsym=${PSW_VERSION}-bionic1 \
4848 libsgx-uae-service=${PSW_VERSION}-bionic1 \
4949 libsgx-dcap-quote-verify-dev=${DCAP_VERSION}-bionic1 \
50+ libsgx-dcap-ql=${DCAP_VERSION}-bionic1 \
5051 libsgx-dcap-ql-dev=${DCAP_VERSION}-bionic1 \
5152 libsgx-dcap-default-qpl=${DCAP_VERSION}-bionic1 && \
5253 cd /root/tools/zlib-1.2.11 && ./configure --prefix=/opt/occlum/toolchains/gcc/x86_64-linux-musl && make && make install && \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rm -rf linux-sgx
2626
2727git clone https://github.com/intel/linux-sgx.git
2828
29- pushd linux-sgx && git checkout stdc_ex
29+ pushd linux-sgx && git checkout stdc_ex_1.0
3030
3131make preparation && cp external/toolset/ubuntu18.04/* /usr/local/bin
3232
You can’t perform that action at this time.
0 commit comments