File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed 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
3234 steps :
3335 - uses : actions/checkout@v2
3436 # v2 defaults to a shallow checkout, but we need at least to the previous tag
6264 run : |
6365 echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
6466 echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
65- echo "SKIP_TESTS=" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
67+ echo "SKIP_TESTS=${{ matrix.skip_tests }} " | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
6668 - name : Cache cargo registry and git trees
6769 uses : actions/cache@v2
6870 with :
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
2931 steps :
3032 - uses : actions/checkout@v2
3133 # v2 defaults to a shallow checkout, but we need at least to the previous tag
5961 run : |
6062 echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
6163 echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
62- echo "SKIP_TESTS=" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
64+ echo "SKIP_TESTS=${{ matrix.skip_tests }} " | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
6365 - name : Cache cargo registry and git trees
6466 uses : actions/cache@v2
6567 with :
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
3234 steps :
3335 - uses : actions/checkout@v2
3436 # v2 defaults to a shallow checkout, but we need at least to the previous tag
6264 run : |
6365 echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
6466 echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
65- echo "SKIP_TESTS=" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
67+ echo "SKIP_TESTS=${{ matrix.skip_tests }} " | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
6668 - name : Cache cargo registry and git trees
6769 uses : actions/cache@v2
6870 with :
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
3132 - x86_64-pc-windows-gnu # skip-pr
3233 - i686-pc-windows-gnu # skip-pr skip-master
3334 include :
3738 - target : i686-pc-windows-gnu
3839 mingwdir : mingw32
3940 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
4043 steps :
4144 - uses : actions/checkout@v2
4245 # v2 defaults to a shallow checkout, but we need at least to the previous tag
7073 run : |
7174 echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
7275 echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
73- echo "SKIP_TESTS=" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
76+ echo "SKIP_TESTS=${{ matrix.skip_tests }} " | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
7477 - name : Cache cargo registry and git trees
7578 uses : actions/cache@v2
7679 with :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ case "$TARGET" in
2020 mips* ) ;;
2121 riscv* ) ;;
2222 s390x* ) ;;
23+ aarch64-pc-windows-msvc ) ;;
2324 # default case, build with rustls enabled
2425 * ) FEATURES+=(' --features' ' reqwest-rustls-tls' ) ;;
2526esac
You can’t perform that action at this time.
0 commit comments