Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Update to M1 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
electronix committed May 14, 2019
1 parent b794ca0 commit 8400ca7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DockerfileM1
Expand Up @@ -37,8 +37,8 @@ ENV sdk_bin https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/sgx_l
ENV psw_deb https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb
ENV psw_dev_deb https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common-dev_2.5.101.50123-bionic1_amd64.deb
ENV psw_dbgsym_deb https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common-dbgsym_2.5.101.50123-bionic1_amd64.ddeb
ENV substratee_node https://github.com/scs/substraTEE-node/archive/brenzi-v200.zip
ENV substratee_worker https://github.com/scs/substraTEE/archive/marcel-preparationM1.zip
ENV substratee_node https://github.com/scs/substraTEE-node/archive/M1.zip
ENV substratee_worker https://github.com/scs/substraTEE-worker/archive/M1.zip
ENV rust_toolchain nightly
ENV DEBIAN_FRONTEND=noninteractive
ENV TERM xterm
Expand Down Expand Up @@ -91,11 +91,11 @@ RUN mkdir /substraTEE && \
### building the substraTEE components
RUN source /opt/sgxsdk/environment && \
source /root/.cargo/env && \
cd /substraTEE/substraTEE-node-brenzi-v200 && \
cd /substraTEE/substraTEE-node-M1 && \
./scripts/init.sh && \
./scripts/build.sh && \
cargo build --release && \
cd /substraTEE/substraTEE-worker-marcel-preparationM1 && \
cd /substraTEE/substraTEE-worker-M1 && \
SGX_MODE=SW make

WORKDIR /substraTEE

0 comments on commit 8400ca7

Please sign in to comment.