From 556af8de36fc28f219c30824da6e97332459ad4c Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 5 Dec 2023 17:01:15 -0800 Subject: [PATCH] CI: Scale back targets in `test` matrix. The matrix was too large for GitHub Actions to process. --- .github/workflows/ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c29e79bf..bb9dcf9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,11 +149,6 @@ jobs: - target: aarch64-apple-darwin host_os: macos-13-xlarge - - target: aarch64-apple-ios - host_os: macos-13 - # TODO: Run in the emulator. - cargo_options: --no-run - - target: aarch64-linux-android host_os: ubuntu-22.04 # TODO: https://github.com/briansmith/ring/issues/486 @@ -167,50 +162,24 @@ jobs: - target: aarch64-unknown-linux-gnu host_os: ubuntu-22.04 - - target: aarch64-unknown-linux-musl - host_os: ubuntu-22.04 - - - target: arm-unknown-linux-gnueabi - host_os: ubuntu-22.04 - - - target: armv7-linux-androideabi - host_os: ubuntu-22.04 - # TODO: https://github.com/briansmith/ring/issues/838 - cargo_options: --no-run - - 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: powerpc-unknown-linux-gnu - host_os: ubuntu-22.04 - - target: riscv64gc-unknown-linux-gnu host_os: ubuntu-22.04 - target: wasm32-wasi host_os: ubuntu-22.04 - - target: x86_64-pc-windows-gnu - host_os: windows-latest - - target: x86_64-pc-windows-msvc host_os: windows-latest - target: x86_64-apple-darwin host_os: macos-13 - - target: x86_64-unknown-linux-musl - host_os: ubuntu-22.04 - - target: x86_64-unknown-linux-gnu host_os: ubuntu-22.04