mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
Disable gnu builds on appveyor, rustc plugins are broken there
This commit is contained in:
parent
920fc17485
commit
b1001e47d6
@ -2,12 +2,12 @@ environment:
|
||||
global:
|
||||
PROJECT_NAME: rust-clippy
|
||||
matrix:
|
||||
- TARGET: i686-pc-windows-gnu
|
||||
MSYS2_BITS: 32
|
||||
#- TARGET: i686-pc-windows-gnu
|
||||
# MSYS2_BITS: 32
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
MSYS2_BITS: 32
|
||||
- TARGET: x86_64-pc-windows-gnu
|
||||
MSYS2_BITS: 64
|
||||
#- TARGET: x86_64-pc-windows-gnu
|
||||
# MSYS2_BITS: 64
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
MSYS2_BITS: 64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user