Use Intel IPP in SGX SDK
This commit is contained in:
parent
7286c0c02c
commit
c49e3d8027
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user