Skip to content

Commit

Permalink
Temp limit to just a few items in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Aug 25, 2024
1 parent 5a077b9 commit 9c537fe
Showing 1 changed file with 0 additions and 82 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
# - sparc64-unknown-linux-gnu - cannot compile openssl-sys
# - x86_64-unknown-illumos - weird error compiling openssl - "bin/sh: 1: granlib: not found"

- os_name: FreeBSD-x86_64
os: ubuntu-20.04
target: x86_64-unknown-freebsd
bin: precious
name: precious-FreeBSD-x86_64.tar.gz
skip_tests: true
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
Expand All @@ -42,84 +36,8 @@ jobs:
target: aarch64-unknown-linux-musl
bin: precious
name: precious-Linux-aarch64-musl.tar.gz
- os_name: Linux-arm
os: ubuntu-20.04
target: arm-unknown-linux-musleabi
bin: precious
name: precious-Linux-arm-musl.tar.gz
- os_name: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux-musl
bin: precious
name: precious-Linux-i686-musl.tar.gz
skip_tests: true
- os_name: Linux-powerpc
os: ubuntu-20.04
target: powerpc-unknown-linux-gnu
bin: precious
name: precious-Linux-powerpc-gnu.tar.gz
skip_tests: true
- os_name: Linux-powerpc64
os: ubuntu-20.04
target: powerpc64-unknown-linux-gnu
bin: precious
name: precious-Linux-powerpc64-gnu.tar.gz
skip_tests: true
- os_name: Linux-powerpc64le
os: ubuntu-20.04
target: powerpc64le-unknown-linux-gnu
bin: precious
name: precious-Linux-powerpc64le.tar.gz
skip_tests: true
- os_name: Linux-riscv64
os: ubuntu-20.04
target: riscv64gc-unknown-linux-gnu
bin: precious
name: precious-Linux-riscv64gc-gnu.tar.gz
- os_name: Linux-s390x
os: ubuntu-20.04
target: s390x-unknown-linux-gnu
bin: precious
name: precious-Linux-s390x-gnu.tar.gz
skip_tests: true
- os_name: NetBSD-x86_64
os: ubuntu-20.04
target: x86_64-unknown-netbsd
bin: precious
name: precious-NetBSD-x86_64.tar.gz
skip_tests: true
- os_name: Windows-aarch64
os: windows-latest
target: aarch64-pc-windows-msvc
bin: precious.exe
name: precious-Windows-aarch64.zip
skip_tests: true
- os_name: Windows-i686
os: windows-latest
target: i686-pc-windows-msvc
bin: precious.exe
name: precious-Windows-i686.zip
skip_tests: true
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: precious.exe
name: precious-Windows-x86_64.zip
- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: precious
name: precious-Darwin-x86_64.tar.gz
- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
bin: precious
name: precious-Darwin-aarch64.tar.gz
skip_tests: true
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
Expand Down

0 comments on commit 9c537fe

Please sign in to comment.