Skip to content

Commit

Permalink
ci: set MSYS_BITS environment variable for all windows builders
Browse files Browse the repository at this point in the history
A few dist builders lacked that variable, causing build failures.
  • Loading branch information
pietroalbini committed Oct 25, 2019
1 parent 19fdc5c commit fe65c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ci/azure-pipelines/auto.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fe65c8e

Please sign in to comment.