Bug 1434316 Add x64 to the MinGW rust target draft
authorTom Ritter <tom@mozilla.com>
Wed, 21 Feb 2018 10:47:19 -0600
changeset 815720 9b2d672973dceee327313b0f208fa9dd7f73c112
parent 815719 5d8e4489f5a5094058e80f92462e87c41c2f37bc
child 815721 1dce56608b033f6b75237ac1a769a74736e93304
push id115623
push userbmo:tom@mozilla.com
push dateMon, 09 Jul 2018 19:28:14 +0000
bugs1434316
milestone60.1.0
Bug 1434316 Add x64 to the MinGW rust target MozReview-Commit-ID: IItd9lNUCOH
taskcluster/ci/toolchain/windows.yml
--- a/taskcluster/ci/toolchain/windows.yml
+++ b/taskcluster/ci/toolchain/windows.yml
@@ -181,19 +181,20 @@ mingw32-rust-1.24:
         env:
             UPLOAD_DIR: artifacts
     run:
         using: toolchain-script
         script: repack_rust.py
         arguments: [
             '--channel', '1.24.0',
             '--host', 'i686-unknown-linux-gnu',
+            '--target', 'i686-unknown-linux-gnu',
             '--target', 'i686-pc-windows-gnu',
+            '--target', 'x86_64-pc-windows-gnu',
             '--target', 'x86_64-unknown-linux-gnu',
-            '--target', 'i686-unknown-linux-gnu',
         ]
         toolchain-alias: mingw32-rust
         toolchain-artifact: public/build/rustc.tar.xz
 
 win64-sccache:
     description: "sccache toolchain build"
     treeherder:
         kind: build