Searched refs:os (Results 1 – 6 of 6) sorted by relevance
16 Linux*) os=linux ;;17 Darwin*) os=macos ;;18 MINGW*) os=windows ;;25 echo "Testing Rust $rust on $os"75 if [ "$os" = "linux" ]; then262 if [ "$os" = "linux" ]; then266 elif [ "$os" = "macos" ]; then270 elif [ "$os" = "windows" ]; then298 if [ "$os" = "windows" ]; then
9 os="${OS:-}"12 Linux*) os=linux ;;13 Darwin*) os=macos ;;14 MINGW*) os=windows ;;21 if [ "$os" = "windows" ] && [ -n "${TARGET:-}" ]; then40 if [ "$os" = "windows" ]; then
7 import os36 gh_env = os.getenv("GITHUB_ENV")54 if os.environ.get("CI") is None:62 os.execvp(py, [__file__] + sys.argv)
38 runs-on: ${{ matrix.os }}58 os: ubuntu-24.0459 runs-on: ${{ matrix.os }}95 os: ubuntu-24.0498 os: ubuntu-24.04104 os: ubuntu-24.04110 os: ubuntu-24.04112 os: macos-14114 os: windows-2022119 os: windows-2022[all …]
94 let os = env::var("CARGO_CFG_TARGET_OS").unwrap(); in do_semver() localVariable108 if family != os && !matches!(os.as_str(), "android" | "aix") { in do_semver()115 process_semver_file(&mut output, &mut semver_root, &os); in do_semver()
5 categories = ["external-ffi-bindings", "no-std", "os"]