Add cargo/rustc sanity calls

Add trivial calls to `cargo` and `rustc` as sanity checks before
starting the script proper.
This commit is contained in:
Tobin C. Harding 2022-07-14 09:43:59 +10:00
parent 34d5a3141d
commit c6d5a12b60
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ then
export RUSTFLAGS="-C link-dead-code" export RUSTFLAGS="-C link-dead-code"
fi fi
cargo --version
rustc --version
echo "********* Testing std *************" echo "********* Testing std *************"
# Test without any features other than std first # Test without any features other than std first