Home
last modified time | relevance | path

Searched refs:os (Results 1 – 6 of 6) sorted by relevance

/rust-libc-0.2.174/ci/
H A Dverify-build.sh16 Linux*) os=linux ;;
17 Darwin*) os=macos ;;
18 MINGW*) os=windows ;;
25 echo "Testing Rust $rust on $os"
75 if [ "$os" = "linux" ]; then
262 if [ "$os" = "linux" ]; then
266 elif [ "$os" = "macos" ]; then
270 elif [ "$os" = "windows" ]; then
298 if [ "$os" = "windows" ]; then
H A Dinstall-rust.sh9 os="${OS:-}"
12 Linux*) os=linux ;;
13 Darwin*) os=macos ;;
14 MINGW*) os=windows ;;
21 if [ "$os" = "windows" ] && [ -n "${TARGET:-}" ]; then
40 if [ "$os" = "windows" ]; then
H A Dcreate-artifacts.py7 import os
36 gh_env = os.getenv("GITHUB_ENV")
54 if os.environ.get("CI") is None:
62 os.execvp(py, [__file__] + sys.argv)
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml38 runs-on: ${{ matrix.os }}
58 os: ubuntu-24.04
59 runs-on: ${{ matrix.os }}
95 os: ubuntu-24.04
98 os: ubuntu-24.04
104 os: ubuntu-24.04
110 os: ubuntu-24.04
112 os: macos-14
114 os: windows-2022
119 os: windows-2022
[all …]
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs94 let os = env::var("CARGO_CFG_TARGET_OS").unwrap(); in do_semver() localVariable
108 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()
/rust-libc-0.2.174/
H A DCargo.toml5 categories = ["external-ffi-bindings", "no-std", "os"]