From c49e3d8027b4a8723c10de0a451629b11bdc85b6 Mon Sep 17 00:00:00 2001 From: "zongmin.gu" Date: Fri, 10 Sep 2021 17:57:57 +0800 Subject: [PATCH] Use Intel IPP in SGX SDK --- tools/docker/Dockerfile.aliyunlinux3 | 2 +- tools/docker/Dockerfile.centos8.2 | 2 +- tools/docker/Dockerfile.ubuntu18.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/docker/Dockerfile.aliyunlinux3 b/tools/docker/Dockerfile.aliyunlinux3 index dabebee0..74b626d6 100644 --- a/tools/docker/Dockerfile.aliyunlinux3 +++ b/tools/docker/Dockerfile.aliyunlinux3 @@ -109,7 +109,7 @@ WORKDIR /tmp RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ cd linux-sgx && \ 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 && \ rm -rf /tmp/linux-sgx diff --git a/tools/docker/Dockerfile.centos8.2 b/tools/docker/Dockerfile.centos8.2 index 693068dd..9212ae98 100644 --- a/tools/docker/Dockerfile.centos8.2 +++ b/tools/docker/Dockerfile.centos8.2 @@ -104,7 +104,7 @@ WORKDIR /tmp RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ cd linux-sgx && \ 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 && \ rm -rf /tmp/linux-sgx diff --git a/tools/docker/Dockerfile.ubuntu18.04 b/tools/docker/Dockerfile.ubuntu18.04 index be930bff..6e62b3b3 100644 --- a/tools/docker/Dockerfile.ubuntu18.04 +++ b/tools/docker/Dockerfile.ubuntu18.04 @@ -124,7 +124,7 @@ RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ mkdir /etc/init && \ cd linux-sgx && \ 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 && \ rm -rf /tmp/linux-sgx