Closed stakeada closed 5 years ago
Note that the https://github.com/input-output-hk/jormungandr-nix works and compiles jormungandr, but is not up-to-date (latest version is jormungandr 0.5.6+lock
). I want to compile https://github.com/input-output-hk/jormungandr repository directly, since it provides the most up-to-date fixes.
You don't need nix to compile the sources.
You checked out to the tag without updating the submodule.
git checkout v0.7.0-rc1
git submodule update --init
cargo install ...
If you want https://github.com/input-output-hk/jormungandr-nix to support the latest version of jormungandr, you should make your query there.
Works, thank you, this ticket can be closed!
Describe the bug
The problem occurs when trying to compile the source code with the following command:
The compilation fails with the following error:
To Reproduce
Steps to reproduce the behavior:
shell.nix
into account:Expected behavior The code should compile without any issues.