Bug 1401647 - Add i686 target to win64-rust. draft
authorRalph Giles <giles@mozilla.com>
Wed, 13 Dec 2017 22:41:29 -0600
changeset 715761 43bfc07ed2fade466aecd333bc4bb874c257938d
parent 715271 ac93fdadf1022211eec62258ad22b42cb37a6d14
child 715762 748d4df6f17fbfe31d7102a455e086adb4afc57d
push id94254
push userbmo:ted@mielczarek.org
push dateThu, 04 Jan 2018 16:52:13 +0000
bugs1401647
milestone59.0a1
Bug 1401647 - Add i686 target to win64-rust. Add a cross-compilation copy of rust's standard library targeting i686-pc-windows-msvc to the win64-rust toolchain package so it can be used to build for win32 as well. MozReview-Commit-ID: 3598VZrDjIH
taskcluster/ci/toolchain/windows.yml
--- a/taskcluster/ci/toolchain/windows.yml
+++ b/taskcluster/ci/toolchain/windows.yml
@@ -109,16 +109,17 @@ win64-rust-1.22:
             UPLOAD_DIR: artifacts
     run:
         using: toolchain-script
         script: repack_rust.py
         arguments: [
             '--channel', '1.22.1',
             '--host', 'x86_64-pc-windows-msvc',
             '--target', 'x86_64-pc-windows-msvc',
+            '--target', 'i686-pc-windows-msvc',
         ]
         toolchain-alias: win64-rust
         toolchain-artifact: public/build/rustc.tar.bz2
 
 win64-rust-1.19:
     description: "rust repack"
     treeherder:
         kind: build