Noob question, is it possible to dfx build
a Rust canister offline?
When I run the command I ran into an issue because it tries to download some advisory list from GitHub. Not sure if that’s a common Rust thing?
Checking for vulnerabilities in rust canisters.
Fetching advisory database fromhttps://github.com/RustSec/advisory-db.git
error: couldn’t fetch advisory database: git operation failed: failed to resolve address for github.com: nodename nor servname provided, or not known; class=Net (12)
ERROR: Audit found vulnerabilities in rust canisters. Please address these problems as soon as possible!
Executing: cargo build --target wasm32-unknown-unknown --release -p satellite --locked
Cheers from a coffee shop with low mobile connection in Zürich