Skip to content

Commit

Permalink
#438 fix base build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 15, 2024
1 parent f5eca01 commit 95448fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DockerfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ RUN cmake . -DCMAKE_BUILD_TYPE=Release -DINIT_SYSTEM=SysVinit && make install
WORKDIR /usr/src/sdk/scripts
RUN rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
WORKDIR /usr/src/sdk
RUN ./autoconf.bash && ./configure && bash -c "make -j$(nproc)"
RUN ./autoconf.bash
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ git clone -b sgx_2.25 --depth 1 https://github.com/intel/linux-sgx
cd linux-sgx
make preparation
sudo make sdk_install_pkg_no_mitigation
sudo make psw_install_pkg
cd /opt/intel
sudo sh -c 'echo yes | /linux-sgx/linux/installer/bin/sgx_linux_x64_sdk_*.bin'
sudo make psw_install_pkg
sudo cp /linux-sgx/linux/installer/bin/sgx_linux_x64_psw*.bin .
sudo ./sgx_linux_x64_psw*.bin --no-start-aesm
```
Expand Down
2 changes: 1 addition & 1 deletion libBLS
Submodule libBLS updated 1 files
+2 −2 deps/build.sh

0 comments on commit 95448fe

Please sign in to comment.