Skip to content

Commit fe65c8e

Browse files
committed
ci: set MSYS_BITS environment variable for all windows builders
A few dist builders lacked that variable, causing build failures.
1 parent 19fdc5c commit fe65c8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/azure-pipelines/auto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ jobs:
315315

316316
# 32/64 bit MSVC and GNU deployment
317317
dist-x86_64-msvc:
318+
MSYS_BITS: 64
318319
RUST_CONFIGURE_ARGS: >
319320
--build=x86_64-pc-windows-msvc
320321
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
@@ -324,6 +325,7 @@ jobs:
324325
DIST_REQUIRE_ALL_TOOLS: 1
325326
DEPLOY: 1
326327
dist-i686-msvc:
328+
MSYS_BITS: 32
327329
RUST_CONFIGURE_ARGS: >
328330
--build=i686-pc-windows-msvc
329331
--target=i586-pc-windows-msvc

0 commit comments

Comments
 (0)