File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 2121 matrix :
2222 target :
2323 - x86_64-pc-windows-msvc
24+ - aarch64-pc-windows-msvc # skip-pr skip-stable
2425 - x86_64-pc-windows-gnu # skip-pr
2526 include :
2627 - target : x86_64-pc-windows-gnu
2930 - target : i686-pc-windows-gnu
3031 mingwdir : mingw32
3132 mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
32- - target : aarch64-pc-windows-msvc
33- skip_tests : yes
33+ - target : aarch64-pc-windows-msvc # skip-pr skip-stable
34+ skip_tests : yes # skip-pr skip-stable
3435 steps :
3536 - uses : actions/checkout@v2
3637 # v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change 2626 - target : i686-pc-windows-gnu
2727 mingwdir : mingw32
2828 mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
29- - target : aarch64-pc-windows-msvc
30- skip_tests : yes
3129 steps :
3230 - uses : actions/checkout@v2
3331 # v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change 2929 - target : i686-pc-windows-gnu
3030 mingwdir : mingw32
3131 mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
32- - target : aarch64-pc-windows-msvc
33- skip_tests : yes
3432 steps :
3533 - uses : actions/checkout@v2
3634 # v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ system.
6767| x86_64-pc-windows-gnu | No | One | No | Yes |
6868| i686-pc-windows-msvc | No | One | No | No |
6969| i686-pc-windows-gnu | No | One | No | No |
70+ | aarch64-pc-windows-msvc | Yes | Two | No | Yes |
7071
7172We also have a clippy/shellcheck target which runs on x86_64 linux and is
7273run in all cases. It does a ` cargo fmt ` check, a ` cargo clippy ` check on the
Original file line number Diff line number Diff line change 2828 target :
2929 - x86_64-pc-windows-msvc
3030 - i686-pc-windows-msvc # skip-pr skip-master
31- - aarch64-pc-windows-msvc # skip-pr skip-master skip- stable
31+ - aarch64-pc-windows-msvc # skip-pr skip-stable
3232 - x86_64-pc-windows-gnu # skip-pr
3333 - i686-pc-windows-gnu # skip-pr skip-master
3434 include :
3838 - target : i686-pc-windows-gnu
3939 mingwdir : mingw32
4040 mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
41- - target : aarch64-pc-windows-msvc
42- skip_tests : yes
41+ - target : aarch64-pc-windows-msvc # skip-pr skip-stable
42+ skip_tests : yes # skip-pr skip-stable
4343 steps :
4444 - uses : actions/checkout@v2
4545 # v2 defaults to a shallow checkout, but we need at least to the previous tag
You can’t perform that action at this time.
0 commit comments