Unverified Commit 234953fa authored by kladko's avatar kladko

SKALE-2454-add-logs-to-enclave

parent 4cabe4f9
......@@ -26,7 +26,7 @@ COPY SGXWALLET_VERSION ./
RUN ./autoconf.bash
RUN ./configure
RUN make
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
RUN mkdir /usr/src/sdk/sgx_data
COPY docker/start.sh ./
......
......@@ -63,4 +63,4 @@ RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-l
RUN ./autoconf.bash
RUN ./configure
RUN make
RUN bash -c "make -j$(nproc)"
......@@ -26,7 +26,7 @@ COPY SGXWALLET_VERSION ./
COPY autoconf.bash ./
RUN ./autoconf.bash
RUN ./configure --enable-sgx-simulation
RUN make
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment