Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update platform tiers. #356

Merged
merged 4 commits into from
May 15, 2020
Merged

Commits on May 15, 2020

  1. tiers: Remove bitrig.

    Bitrig support was removed in rust-lang/rust#60775.
    ehuss committed May 15, 2020
    Configuration menu
    Copy the full SHA
    3b69c48 View commit details
    Browse the repository at this point in the history
  2. tiers: Remove wasm32-experimental-emscripten.

    wasm32-experimental-emscripten was removed in
    rust-lang/rust#63649 (or
    rust-lang/rust#65251).
    ehuss committed May 15, 2020
    Configuration menu
    Copy the full SHA
    3803613 View commit details
    Browse the repository at this point in the history
  3. tiers: Add missing targets.

    - aarch64-unknown-none: rust-lang/rust#68334
    - aarch64-unknown-none-softfloat: rust-lang/rust#64589
    - armv7-unknown-linux-gnueabi: rust-lang/rust#63107
    - armv7-unknown-linux-musleabi: rust-lang/rust#63107
    - aarch64-apple-tvos: rust-lang/rust#68191
    - armv7a-none-eabihf: rust-lang/rust#68253
    - i686-unknown-uefi: rust-lang/rust#64334
    - thumbv7neon-unknown-linux-musleabihf: rust-lang/rust#66103
    - x86_64-apple-ios-macabi: rust-lang/rust#63467
    - x86_64-apple-tvos: rust-lang/rust#68191
    - x86_64-linux-kernel: rust-lang/rust#64051
    - x86_64-unknown-hermit-kernel: rust-lang/rust#66713
    - x86_64-unknown-illumos: rust-lang/rust#71145
    
    Moved to tier 2:
    - aarch64-unknown-none: rust-lang/rust#68334
    ehuss committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d5aca73 View commit details
    Browse the repository at this point in the history
  4. tiers: Promote some tier 3 to tier 2.

    The following targets are now built and distributed:
    
    - aarch64-unknown-none: rust-lang/rust#68334
    - mips64-unknown-linux-muslabi64: rust-lang/rust#65843
    - mips64el-unknown-linux-muslabi64: rust-lang/rust#65843
    - nvptx64-nvidia-cuda: rust-lang/rust#57937
    - riscv32i-unknown-none-elf: rust-lang/rust#62784
    - riscv64gc-unknown-linux-gnu: rust-lang/rust#68037
    - thumbv8m.base-none-eabi: rust-lang/rust#59182
    - thumbv8m.main-none-eabi : rust-lang/rust#56954
    - thumbv8m.main-none-eabihf: rust-lang/rust#59182
    ehuss committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c1ae62f View commit details
    Browse the repository at this point in the history