Unverified Commit 406076ab authored by Sergiy Lavrynenko's avatar Sergiy Lavrynenko

SKALE-1850 missing source code commit

parents c6817276 9c3df809
......@@ -29,4 +29,5 @@ RUN cd scripts; ./build.py
RUN autoreconf -vif
RUN automake
RUN ./configure
RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make
......@@ -3,7 +3,6 @@
source /opt/intel/sgxsdk/environment
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/intel/sgxpsw/aesm/
jhid -d
/opt/intel/sgxpsw/aesm/aesm_service &
pid=$!
......
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