Unverified Commit b60b16f3 authored by kladko's avatar kladko

SKALE-2454-add-logs-to-enclave

parent 44fecd32
...@@ -24,7 +24,6 @@ COPY SGXWALLET_VERSION ./ ...@@ -24,7 +24,6 @@ COPY SGXWALLET_VERSION ./
RUN ./autoconf.bash RUN ./autoconf.bash
RUN ./configure RUN ./configure
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make RUN make
RUN mkdir /usr/src/sdk/sgx_data RUN mkdir /usr/src/sdk/sgx_data
COPY docker/start.sh ./ COPY docker/start.sh ./
......
...@@ -23,9 +23,8 @@ COPY secure_enclave ./secure_enclave ...@@ -23,9 +23,8 @@ COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./ COPY SGXWALLET_VERSION ./
COPY autoconf.bash ./ COPY autoconf.bash ./
RUN autoconf.bash RUN ./autoconf.bash
RUN ./configure --enable-sgx-simulation RUN ./configure --enable-sgx-simulation
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make RUN make
RUN mkdir /usr/src/sdk/sgx_data RUN mkdir /usr/src/sdk/sgx_data
......
#!/bin/bash
libtoolize --force
aclocal
autoheader || true
automake --force-missing --add-missing
autoconf
\ No newline at end of file
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