Skip to content

Commit

Permalink
Auto merge of #4617 - phansch:disable_app_veyor_rustfmt, r=Manishearth
Browse files Browse the repository at this point in the history
Disable rustfmt running on AppVeyor for now

rustfmt doesn't seem to execute correctly right now, causing some
backlog of PRs. It's not critical that it runs on Windows, so I've
disabled it for now.
  • Loading branch information
bors committed Oct 3, 2019
2 parents 737f0a6 + 0703ec8 commit 9f758b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- del rust-toolchain
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
# - rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
- rustup default master
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
- rustc -V
Expand Down

0 comments on commit 9f758b7

Please sign in to comment.