File tree 3 files changed +3
-20
lines changed 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -12,37 +12,26 @@ matrix:
12
12
include :
13
13
# Nightly, for testing
14
14
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Atmel
15
- rust : beta
16
15
17
16
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Freescale
18
- rust : beta
19
17
20
18
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Fujitsu
21
- rust : beta
22
19
23
20
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Holtek
24
- rust : beta
25
21
26
22
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Nordic
27
- rust : beta
28
23
29
24
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Nuvoton
30
- rust : beta
31
25
32
26
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=NXP
33
- rust : beta
34
27
35
28
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=SiliconLabs
36
- rust : beta
37
29
38
30
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Spansion
39
- rust : beta
40
31
41
32
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=STMicro
42
- rust : beta
43
33
44
34
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=Toshiba
45
- rust : beta
46
35
47
36
- env : TARGET=x86_64-unknown-linux-gnu VENDOR=OTHER
48
37
rust : nightly
Original file line number Diff line number Diff line change @@ -19,14 +19,7 @@ main() {
19
19
--git japaric/cross \
20
20
--tag $tag
21
21
22
- if [ ! -z ${VENDOR-} ]; then
23
- curl -LSfs https://japaric.github.io/trust/install.sh | \
24
- sh -s -- \
25
- --crate rustfmt \
26
- --force \
27
- --git japaric/rustfmt-bin \
28
- --tag v0.8.4-20170605
29
- fi
22
+ rustup component add rustfmt-preview
30
23
}
31
24
32
25
main
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ test_svd() {
14
14
15
15
mv lib.rs src/lib.rs
16
16
17
- rustfmt src/lib.rs
17
+ # ignore rustfmt errors
18
+ rustfmt src/lib.rs || true
18
19
popd
19
20
20
21
cargo check --manifest-path $td /Cargo.toml
You can’t perform that action at this time.
0 commit comments