ci: set MSYS_BITS environment variable for all windows builders

A few dist builders lacked that variable, causing build failures.
This commit is contained in:
Pietro Albini 2019-10-25 16:02:27 +02:00
parent 19fdc5c07f
commit fe65c8ef4c
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

View File

@ -315,6 +315,7 @@ jobs:
# 32/64 bit MSVC and GNU deployment
dist-x86_64-msvc:
MSYS_BITS: 64
RUST_CONFIGURE_ARGS: >
--build=x86_64-pc-windows-msvc
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
@ -324,6 +325,7 @@ jobs:
DIST_REQUIRE_ALL_TOOLS: 1
DEPLOY: 1
dist-i686-msvc:
MSYS_BITS: 32
RUST_CONFIGURE_ARGS: >
--build=i686-pc-windows-msvc
--target=i586-pc-windows-msvc