Home
last modified time | relevance | path

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

/rust-libc-0.2.174/
H A D.cirrus.yml10 - name: nightly freebsd-13 i686
16 - name: nightly freebsd-13 x86_64
19 - name: nightly freebsd-14 x86_64
22 - name: nightly freebsd-15 x86_64
28 - sh rustup.sh -y --default-toolchain nightly --profile=minimal
H A Dbuild.rs239 let nightly = nightly_raw.map_or(false, |raw| { in rustc_minor_nightly() localVariable
244 (minor, nightly) in rustc_minor_nightly()
H A DCHANGELOG.md396 - CI: make `aarch64-apple-darwin` not a nightly-only target <https://github.com/rust-lang/libc/pull…
/rust-libc-0.2.174/ci/
H A Dverify-build.sh101 nightly-i686*freebsd*) do_freebsd_checks=1 ;;
H A DREADME.md31 builds are run on stable/beta/nightly, but are the only ones that do so.
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml54 toolchain: [stable, nightly, 1.63.0]