mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user