Skip to content

Commit

Permalink
Only build with Rust beta & nightly on one platform
Browse files Browse the repository at this point in the history
There's not much point using three Rust builds on all platforms.
  • Loading branch information
autarch committed Sep 2, 2024
1 parent 8874cd5 commit ee24567
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,26 +124,18 @@ jobs:
name: ubi-Darwin-aarch64.tar.gz
toolchain:
- stable
- beta
- nightly
exclude:
include:
- platform:
features: rustls-tls-native-roots
os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: ubi
toolchain: beta
- platform:
features: rustls-tls-native-roots
toolchain: nightly
- platform:
features: native-tls
toolchain: beta
- platform:
features: native-tls
toolchain: nightly
- platform:
features: native-tls-vendored
toolchain: beta
- platform:
features: native-tls-vendored
os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: ubi
toolchain: nightly
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ee24567

Please sign in to comment.