Skip to content

Commit cd1bfdd

Browse files
committed
add an appveyor config for aarch64-pc-windows-msvc
Fixes #53864.
1 parent 6188c58 commit cd1bfdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ environment:
8282
# 32/64 bit MSVC and GNU deployment
8383
- RUST_CONFIGURE_ARGS: >
8484
--build=x86_64-pc-windows-msvc
85+
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
8586
--enable-full-tools
8687
--enable-profiler
8788
SCRIPT: python x.py dist
8889
DEPLOY: 1
8990
CI_JOB_NAME: dist-x86_64-msvc
91+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
9092
- RUST_CONFIGURE_ARGS: >
9193
--build=i686-pc-windows-msvc
9294
--target=i586-pc-windows-msvc

0 commit comments

Comments
 (0)