Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jan 26, 2025
1 parent b5d3117 commit c881ee1
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ jobs:
- arm-unknown-linux-gnueabi
- armv7-linux-androideabi
- armv7-unknown-linux-musleabihf
- i686-pc-windows-msvc
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
- riscv64gc-unknown-linux-gnu
- wasm32-wasi
- wasm32-wasip1
Expand Down Expand Up @@ -272,15 +269,6 @@ jobs:
- target: armv7-unknown-linux-musleabihf
host_os: ubuntu-22.04

- target: i686-pc-windows-msvc
host_os: windows-latest

- target: i686-unknown-linux-gnu
host_os: ubuntu-22.04

- target: i686-unknown-linux-musl
host_os: ubuntu-22.04

- target: mips-unknown-linux-gnu
mode: --release
rust_channel: 1.71.0 # No prebuilt toolchain for later versions.
Expand Down Expand Up @@ -448,7 +436,6 @@ jobs:

target:
- aarch64-unknown-linux-musl
- i686-pc-windows-msvc
- x86_64-unknown-linux-gnu

mode:
Expand All @@ -464,9 +451,6 @@ jobs:
- target: aarch64-unknown-linux-musl
host_os: ubuntu-22.04

- target: i686-pc-windows-msvc
host_os: windows-latest

- target: x86_64-unknown-linux-gnu
host_os: ubuntu-22.04

Expand Down Expand Up @@ -649,16 +633,6 @@ jobs:
rust_channel: nightly
host_os: ubuntu-24.04

# TODO: Use the -musl target after
# https://github.com/rust-lang/rust/issues/79556 and
# https://github.com/rust-lang/rust/issues/79555 are fixed.
- target: i686-unknown-linux-gnu
cpu_model: # default
features: --features=std
mode: # debug
rust_channel: nightly
host_os: ubuntu-24.04

- target: powerpc-unknown-linux-gnu
host_os: ubuntu-24.04

Expand All @@ -674,83 +648,41 @@ jobs:
- target: x86_64-apple-darwin
host_os: macos-13

- target: i686-unknown-linux-gnu
cpu_model: Conroe-v1
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: x86_64-unknown-linux-gnu
cpu_model: Conroe-v1
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: i686-unknown-linux-gnu
cpu_model: Denverton-v2
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: x86_64-unknown-linux-gnu
cpu_model: Denverton-v2
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: i686-unknown-linux-gnu
cpu_model: Haswell
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: x86_64-unknown-linux-gnu
cpu_model: Haswell
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: i686-unknown-linux-gnu
cpu_model: Nehalem
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: x86_64-unknown-linux-gnu
cpu_model: Nehalem
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: i686-unknown-linux-gnu
cpu_model: SandyBridge
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: x86_64-unknown-linux-gnu
cpu_model: SandyBridge
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: i686-unknown-linux-gnu
cpu_model: Westmere
features: --features=std
mode: --release
rust_channel: nightly
host_os: ubuntu-24.04

- target: x86_64-unknown-linux-gnu
cpu_model: Westmere
features: --features=std
Expand Down

0 comments on commit c881ee1

Please sign in to comment.