Skip to content

Commit e514587

Browse files
committed
Auto merge of #4617 - phansch:disable_app_veyor_rustfmt, r=Manishearth
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. changelog: none
2 parents 737f0a6 + 0703ec8 commit e514587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- del rust-toolchain
2323
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
2424
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
25-
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
25+
# - rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
2626
- rustup default master
2727
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2828
- rustc -V

0 commit comments

Comments
 (0)