Environment Ubuntu 4vCPU & 8GiB Memory Disk Usage after build ~10GB Port(s): 4069 Install dependenciessudo apt update -y sudo apt upgrade -y sudo apt install build-essential -y sudo apt install libssl-dev pkg-config libclang-dev -y Install Rust (^1.65.0)curl https://sh.rustup.rs -sSf > RUSTUP.sh sh RUSTUP.sh -y rm RUSTUP.sh source "$HOME/.cargo/env" Install sccache cargo install sccache Install cmakecd /tmp wget https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1.tar.gz ta...