Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ ADD --chown=$UID:$GID ./buildenv.mk ./buildenv.mk
ADD --chown=$UID:$GID ./enclaves/$LCP_ELC_TYPE ./enclaves/$LCP_ELC_TYPE

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain $(cat ./enclaves/$LCP_ELC_TYPE/rust-toolchain) -y && \
rustup component add rust-src && \
cargo install xargo
rustup component add rust-src

ARG SGX_MODE=HW
ENV SGX_MODE=$SGX_MODE
Expand Down
Loading