diff --git a/DockerfileIntelSubmission b/DockerfileIntelSubmission index 1875e422..45eafddb 100644 --- a/DockerfileIntelSubmission +++ b/DockerfileIntelSubmission @@ -12,8 +12,7 @@ RUN pip3 install requests torpy RUN cd scripts && ./generate_signing_key.bash RUN touch /var/hwmode RUN ./autoconf.bash -RUN ./configure --with-sgx-build=release -RUN cd secure_enclave && bash -c "make secure_enclave.signed.so -j$(nproc)" +RUN ./configure --with-sgx-build=prerelease RUN bash -c "make -j$(nproc)" RUN ccache -sz RUN mkdir -p /usr/src/sdk/sgx_data