Unverified Commit be8e7426 authored by kladko's avatar kladko

SKALE-3159-test-fails

parent 10866e75
...@@ -6,6 +6,7 @@ RUN apt update && apt install -y curl ...@@ -6,6 +6,7 @@ RUN apt update && apt install -y curl
RUN ccache -sz RUN ccache -sz
COPY . /usr/src/sdk COPY . /usr/src/sdk
RUN cp -f secure_enclave/secure_enclave.config.xml.sim secure_enclave/secure_enclave.config.xml
WORKDIR /usr/src/sdk WORKDIR /usr/src/sdk
RUN ./autoconf.bash && \ RUN ./autoconf.bash && \
./configure --enable-sgx-simulation && \ ./configure --enable-sgx-simulation && \
......
<EnclaveConfiguration>
<ProdID>0</ProdID>
<ISVSVN>0</ISVSVN>
<StackMaxSize>0x1000000</StackMaxSize>
<HeapMaxSize>0x100000000</HeapMaxSize>
<TCSNum>32</TCSNum>
<TCSMaxNum>32</TCSMaxNum>
<TCSMinPool>32</TCSMinPool>
<TCSPolicy>0</TCSPolicy>
<!-- Recommend changing 'DisableDebug' to 1 to make the enclave undebuggable for enclave release -->
<DisableDebug>0</DisableDebug>
<MiscSelect>0</MiscSelect>
<MiscMask>0xFFFFFFFF</MiscMask>
</EnclaveConfiguration>
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