Closed Adomo-Software closed 1 year ago
This is related to #523
I think the gist there was to do:
apt-get install -y llvm-14 llvm-14-* liblld-14* libclang-rt-14-dev
apt download libpolly-14-dev && \
dpkg --force-all -i libpolly-14-dev*
This is related to #523
I think the gist there was to do:
apt-get install -y llvm-14 llvm-14-* liblld-14* libclang-rt-14-dev apt download libpolly-14-dev && \ dpkg --force-all -i libpolly-14-dev*
Confirmed, that did fix the problem. Thank you! If this is not a temporary problem, shouldn't this be mentioned in README.md or somewhere in the docs?
Steps to reproduce this problem
remove generated cargo artifacts (just in case) $ cargo clean $ cargo cache -a
build $ cargo build --release
System Info:
$ uname -a
$ lsb_release -a
Rust env:
$ rustc --version
$ cargo --version
llvm info
$ llvm-config --version