Skip to content

Commit 8c1e7d1

Browse files
Merge pull request #28 from datachainlab/bsc-mainnet-fermi-support
bsc-mainnet-fermi-support
2 parents fd0bdb2 + 647707e commit 8c1e7d1

File tree

5 files changed

+209
-102
lines changed

5 files changed

+209
-102
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ ADD --chown=$UID:$GID ./buildenv.mk ./buildenv.mk
4141
ADD --chown=$UID:$GID ./enclaves/$LCP_ELC_TYPE ./enclaves/$LCP_ELC_TYPE
4242

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

4746
ARG SGX_MODE=HW
4847
ENV SGX_MODE=$SGX_MODE

0 commit comments

Comments
 (0)