Change our build process to run Cargo from inside the build tree

Instead of using the cwd to specify the location of Cargo.toml, we
use the --manifest-path option to specify its location explicitly.

This works around the bug that isis diagnosed on our jenkins builds.
This commit is contained in:
Nick Mathewson
2017-12-05 08:30:26 -05:00
parent a798ba6e9b
commit 1969d57363
3 changed files with 17 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (compilation, rust):
- Build correctly when building from outside Tor's source tree with the
TOR_RUST_DEPENDENCIES option set. Fixes bug 22768; bugfix on 0.3.1.7.