Skip to content

Commit

Permalink
Merge pull request danburkert#3 from mykmelez/work-around-appveyor-bu…
Browse files Browse the repository at this point in the history
…stage

temporarily disable MinGW builds
  • Loading branch information
mykmelez authored Jul 30, 2018
2 parents 168b804 + ab1b1f6 commit f250a08
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: x86_64-pc-windows-gnu
MSYS_BITS: 64
- TARGET: i686-pc-windows-gnu
MSYS_BITS: 32
# Temporarily disable MinGW builds due to https://github.com/rust-lang/rust/issues/47048.
# Once that issue is fixed, presumably by https://github.com/rust-lang/rust/pull/51989,
# we should reenable them.
# - TARGET: x86_64-pc-windows-gnu
# MSYS_BITS: 64
# - TARGET: i686-pc-windows-gnu
# MSYS_BITS: 32

install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
Expand Down

0 comments on commit f250a08

Please sign in to comment.