Use Intel IPP in SGX SDK

This commit is contained in:
zongmin.gu 2021-09-10 17:57:57 +08:00 committed by Zongmin.Gu
parent 7286c0c02c
commit c49e3d8027
3 changed files with 3 additions and 3 deletions

@ -109,7 +109,7 @@ WORKDIR /tmp
RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \
cd linux-sgx && \ cd linux-sgx && \
make preparation && \ make preparation && \
./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && \ ./compile_and_install.sh no_mitigation USE_OPT_LIBS=3 && \
echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \ echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \
rm -rf /tmp/linux-sgx rm -rf /tmp/linux-sgx

@ -104,7 +104,7 @@ WORKDIR /tmp
RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \
cd linux-sgx && \ cd linux-sgx && \
make preparation && \ make preparation && \
./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && \ ./compile_and_install.sh no_mitigation USE_OPT_LIBS=3 && \
echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \ echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \
rm -rf /tmp/linux-sgx rm -rf /tmp/linux-sgx

@ -124,7 +124,7 @@ RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \
mkdir /etc/init && \ mkdir /etc/init && \
cd linux-sgx && \ cd linux-sgx && \
make preparation && \ make preparation && \
./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && \ ./compile_and_install.sh no_mitigation USE_OPT_LIBS=3 && \
echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \ echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \
rm -rf /tmp/linux-sgx rm -rf /tmp/linux-sgx