Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android rust build fix #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Gunnar-Stunnar
Copy link

Updated docker image and added another docker image to help in the compiling of rust for android

@@ -0,0 +1,56 @@
ARG rust_ver=1.56
FROM rust:${rust_ver}-slim-bullseye
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember what directed my decision, I believe it was over dependences and other containers I saw and got ideas from

docker build --tag zecwalletmobile/android:latest docker

# build rust library for android, used nightly build to rebuild core-librarys not there at compile time
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo "libraries"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants