bpf-linker 0.9.4 -> 0.9.5 https://github.com/aya-rs/bpf-linker/releases attrpath: bpf-linker Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-s8cW7lXtvgemuQueTtAywewnDVJ/WDcz8SBqsC/tO80= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bpf-linker nix build failed.  Compiling atty v0.2.14  Compiling time v0.1.43  Compiling clap v2.34.0  Compiling dirs v2.0.2  Compiling term v0.6.1  Compiling chrono v0.4.19  Compiling regex v1.5.5  Compiling simplelog v0.7.6  Compiling llvm-sys v150.0.0 error: No suitable version of LLVM was found system-wide or pointed  to by LLVM_SYS_150_PREFIX.    Consider using `llvmenv` to compile an appropriate copy of LLVM, and  refer to the llvm-sys documentation for more information.    llvm-sys: https://crates.io/crates/llvm-sys  llvmenv: https://crates.io/crates/llvmenv  --> /build/bpf-linker-0.9.5-vendor.tar.gz/llvm-sys/src/lib.rs:489:1  | 489 | / std::compile_error!(concat!( 490 | |  "No suitable version of LLVM was found system-wide or pointed 491 | |  to by LLVM_SYS_", 492 | |  env!("CARGO_PKG_VERSION_MAJOR"), ... | 499 | |  llvmenv: https://crates.io/crates/llvmenv" 500 | | ));  | |__^ error: could not compile `llvm-sys` due to previous error warning: build failed, waiting for other jobs to finish...