Skip to content
Snippets Groups Projects
Commit ab54184c authored by gnzlbg's avatar gnzlbg
Browse files

Allow installing rustfmt component to fail

parent 9a9e2e05
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,14 @@ matrix:
- shellcheck ci/*.sh
stage: tools-and-build-and-tier1
- name: "Style"
install: rustup component add rustfmt-preview
install: true
script:
- rustc ci/style.rs && ./style src
# Disabled due to rust-lang/rustfmt#3341
# - cargo fmt --all -- --check
#- |
# if rustup component add rustfmt-preview ; then
# cargo fmt --all -- --check
# fi
stage: tools-and-build-and-tier1
# BUILD stable, beta, nightly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment