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

Bump README custom-container cross version to incorporate fixes #454

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

theunkn0wn1
Copy link
Contributor

@theunkn0wn1 theunkn0wn1 commented Aug 20, 2020

The custom dockerfile example in the README targets cross version 0.1.16, and is known to not actually work as-is.
The fix for this particular issue was released with cross 0.2, thus this PR bumps the cross version.

This became an issue in my use case as I wanted to cross-compile to a raspberry Pi, and needed to install some external libraries not included in the base images, and ran into issues such as #149 and #35 while attempting to follow the recommendation in the readme.

Bumping the cross version to 0.2.x resolved the above issues for me, and this PR is to help other users that may find themselves running into the same issues when following the readme closely.

@theunkn0wn1 theunkn0wn1 requested review from Dylan-DPC-zz and a team as code owners August 20, 2020 22:43
Copy link
Contributor

@therealprof therealprof left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 8, 2020

Build succeeded:

@bors bors bot merged commit e88c7b2 into cross-rs:master Sep 8, 2020
@theunkn0wn1 theunkn0wn1 deleted the fix/bump_readme_cross_version branch September 8, 2020 21:43
@Emilgardis Emilgardis added this to the v0.2.2 milestone Jun 15, 2022
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.

3 participants