Skip to content

Commit

Permalink
Remove gnu toolchains from appveyor since they always fail and don't …
Browse files Browse the repository at this point in the history
…provide much value given what this crate does. (#412)

Co-authored-by: Peter Glotfelty <[email protected]>
  • Loading branch information
Peternator7 and Peter Glotfelty authored Feb 8, 2025
1 parent f684dc4 commit 26d7ff1
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,6 @@ environment:
target: i686-pc-windows-msvc
#cargoflags: --features "unstable"

### GNU Toolchains ###

# MSRC 64-bit GNU
- channel: 1.66.1
target: x86_64-pc-windows-gnu
# MSRC 32-bit GNU
- channel: 1.66.1
target: i686-pc-windows-gnu
# Stable 64-bit GNU
- channel: stable
target: x86_64-pc-windows-gnu
# Stable 32-bit GNU
- channel: stable
target: i686-pc-windows-gnu
# Beta 64-bit GNU
- channel: beta
target: x86_64-pc-windows-gnu
# Beta 32-bit GNU
- channel: beta
target: i686-pc-windows-gnu
# Nightly 64-bit GNU
- channel: nightly
target: x86_64-pc-windows-gnu
#cargoflags: --features "unstable"
# Nightly 32-bit GNU
- channel: nightly
target: i686-pc-windows-gnu
#cargoflags: --features "unstable"

### Allowed failures ###

# See Appveyor documentation for specific details. In short, place any channel or targets you wish
Expand Down

0 comments on commit 26d7ff1

Please sign in to comment.