Unverified Commit 1c15c401 authored by Oleh's avatar Oleh

SKALE-4110 add required steps to build sgx sdk

parent 23646303
......@@ -26,6 +26,8 @@ RUN apt update && \
cd linux-sgx && \
patch -p1 -i ../install-psw.patch && \
make preparation && \
sudo cp external/toolset/{current_distr}/{as,ld,ld.gold,objdump} /usr/local/bin && \
which as ld ld.gold objdump && \
make -s -j$(nproc) sdk_install_pkg deb_psw_pkg && \
./linux/installer/bin/sgx_linux_x64_sdk_2.13.100.4.bin --prefix=/opt/intel && \
./linux/installer/bin/sgx_linux_x64_psw_2.13.100.4.bin && \
......
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