Skip to content

Commit

Permalink
just for test
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Jun 2, 2022
1 parent b28611d commit 2130f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN cd /opt/openssl-3.0.1 && \

RUN rustup component add rustfmt

RUN cd /opt && git clone --depth=1 --branch=dev https://github.com/zingolabs/zecwallet-mobile zecwalletmobile && cd zecwalletmobile/rust/android && cargo fetch && cargo build --release && rm -rf /opt/zecwalletmobile
RUN cd /opt && git clone --depth=1 --branch=dev https://github.com/zancass/zecwallet-mobile zecwalletmobile && cd zecwalletmobile/rust/android && cargo fetch && cargo build --release && rm -rf /opt/zecwalletmobile

RUN rustup target install aarch64-linux-android
RUN echo "[target.aarch64-linux-android]" >> $CARGO_HOME/config.toml
Expand Down

0 comments on commit 2130f81

Please sign in to comment.