mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 14:43:41 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
cargo test --target $TARGET
|
|
cargo build --target $TARGET --manifest-path crates/as-if-std/Cargo.toml
|