-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile aptos-node package separately (#16)
#13 incorrectly changed how `aptos-node` is compiled, causing the following error ``` thread 'main' panicked at aptos-move/aptos-vm/src/natives.rs:189:5: aptos-node was compiled with feature flags that shouldn't be enabled. This is caused by cargo's feature unification. When you compile two crates with a shared dependency, if one enables a feature flag for the dependency, then it is also enabled for the other crate. PLEASE RECOMPILE APTOS-NODE SEPARATELY using the following command: cargo build --package aptos-node note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```
- Loading branch information
Showing
3 changed files
with
71 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters