su -
apt-get update
apt-get dist-upgrade
apt-get install clippy rust rust-cargo rust-src libcrypto3 libssl3 libssl-devel openssl
cargo build --release
cargo run -- --repo-1 <repo-1> --repo-2 <repo-2> --arch <arch>
# Waiting time for result: about a minute
su -
apt-get update
apt-get dist-upgrade
apt-get install docker-engine docker-cli
systemctl enable docker.service --now
docker build -t apd .
docker run --rm apd --repo-1 <repo-1> --repo-2 <repo-2> --arch <arch>
I have a system installed on ALT Linux for a long time, so I can skip some packages that are required to run this project. You will probably need to install additional LLVM auxiliary libraries.