Unverified Commit 76237785 authored by kladko's avatar kladko

SKALE-2454-add-logs-to-enclave

parent 05e7f327
...@@ -22,12 +22,7 @@ COPY secure_enclave ./secure_enclave ...@@ -22,12 +22,7 @@ COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./ COPY SGXWALLET_VERSION ./
RUN autoreconf -vif RUN ./autoconf.bash
RUN libtoolize --force
RUN aclocal
RUN autoheader || true
RUN automake --force-missing --add-missing
RUN autoconf
RUN ./configure RUN ./configure
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc); ### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make RUN make
......
...@@ -23,12 +23,7 @@ COPY secure_enclave ./secure_enclave ...@@ -23,12 +23,7 @@ COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./ COPY SGXWALLET_VERSION ./
RUN autoreconf -vif RUN autoconf.bash
RUN libtoolize --force
RUN aclocal
RUN autoheader || true
RUN automake --force-missing --add-missing
RUN autoconf
RUN ./configure --enable-sgx-simulation RUN ./configure --enable-sgx-simulation
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc); ### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make RUN make
......
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