llvm-sys does not compile #4
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using the supplied shell.nix environment
Interesting, running
nix-shell --pure
with the previousshell.nix
would work. Is this due to nix channel version?https://gitlab.com/taricorp/llvm-sys.rs/-/blob/master/build.rs#L69-122
I think they are searching the path for
llvm-config
, which should be present if we havellvm
in our dependencies.It works on the master branch indeed, but it seems you updated some crates in the hm-inference branch.
I just cloned the repository on zeus, removed the
LLVM_SYS_100_PREFIX
, and did anix-shell --pure --run "cd nac3core && cargo test"
. It works fine. Weird problem... Anyway this is not a big issue.Can't reproduce it either with the latest nixpkgs 21.05 channel.