Skip to content

Commit

Permalink
Merge pull request #845 from foresterre/chore/linking-win-gnu
Browse files Browse the repository at this point in the history
chore: Disable testing on stable-x86_64-gnu altogether because of persisting linking issues
  • Loading branch information
foresterre authored Dec 14, 2023
2 parents 1c67b0c + c647e2f commit 5dbce72
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [ubuntu-stable, macos-stable, win-gnu-stable, win-msvc-stable, ubuntu-beta]
build: [ubuntu-stable, macos-stable, win-msvc-stable, ubuntu-beta] # win-gnu-stable
include:
- build: ubuntu-stable
os: ubuntu-latest
Expand All @@ -27,9 +27,12 @@ jobs:
os: macOS-latest
rust: stable

- build: win-gnu-stable
os: windows-latest
rust: stable-x86_64-gnu
# FIXME: This is currently broken, see below.
# * https://github.com/foresterre/cargo-msrv/pull/842
# * https://github.com/rust-lang/rust/issues/112368
# - build: win-gnu-stable
# os: windows-latest
# rust: stable-x86_64-gnu

- build: win-msvc-stable
os: windows-latest
Expand Down

0 comments on commit 5dbce72

Please sign in to comment.