diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-10-25 16:02:27 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-10-25 16:47:41 +0200 |
| commit | fe65c8ef4ce7f229fd9ec8746d80586cfb7cce98 (patch) | |
| tree | fa37e03f11ad62aed83214f45393556853ab6acb /src/ci | |
| parent | 19fdc5c07f7222dbf7ac34cdee6986945059d797 (diff) | |
| download | rust-fe65c8ef4ce7f229fd9ec8746d80586cfb7cce98.tar.gz rust-fe65c8ef4ce7f229fd9ec8746d80586cfb7cce98.zip | |
ci: set MSYS_BITS environment variable for all windows builders
A few dist builders lacked that variable, causing build failures.
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/azure-pipelines/auto.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/azure-pipelines/auto.yml b/src/ci/azure-pipelines/auto.yml index 4442afc98e4..24b07a1b7c9 100644 --- a/src/ci/azure-pipelines/auto.yml +++ b/src/ci/azure-pipelines/auto.yml @@ -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 |
