Skip to content

Commit

Permalink
#438 update job
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 27, 2024
1 parent 5891870 commit ee73ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DockerfileIntelSubmission
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure --with-sgx-build=prerelease
RUN bash -c "make -j$(nproc)"
COPY -f secure_enclave/secure_enclave.so secure_enclave.signed.so
RUN ccache -sz
RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
Expand Down

0 comments on commit ee73ec0

Please sign in to comment.