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

Use correct CARGO_HOME in test_rust.sh #170

Merged
merged 1 commit into from Jul 9, 2018

Conversation

Labels
None yet
Projects
None yet
4 participants
@tlyu
Copy link
Contributor

@tlyu tlyu commented Jun 22, 2018

Out-of-tree builds could fail to run the rust tests if built in
offline mode. cargo expects CARGO_HOME to point to the .cargo
directory, not the directory containing .cargo.

Fixes bug 26455; bug not in any released tor.

Out-of-tree builds could fail to run the rust tests if built in
offline mode.  cargo expects CARGO_HOME to point to the .cargo
directory, not the directory containing .cargo.

Fixes bug 26455; bug not in any released tor.
@coveralls
Copy link

@coveralls coveralls commented Jun 22, 2018

Coverage Status

Coverage decreased (-0.0006%) to 58.204% when pulling d935ace on tlyu:bug26455_033 into 8b10893 on torproject:maint-0.3.3.

@isislovecruft isislovecruft self-requested a review Jul 2, 2018
@torproject-pusher torproject-pusher merged commit d935ace into torproject:maint-0.3.3 Jul 9, 2018
2 checks passed
@tlyu tlyu deleted the bug26455_033 branch Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment