Bug 1400484 MinGW gcc is broken - root_dir is required with the new fetch code r?gps draft
authorTom Ritter <tom@mozilla.com>
Mon, 30 Jul 2018 15:12:06 -0500
changeset 824443 b4f55b8c30252496a13a5e1dc616a34a6412e4b9
parent 824442 74278f2337b0e6cfb64e1ad20fb72d1ee30b6234
push id117905
push userbmo:tom@mozilla.com
push dateMon, 30 Jul 2018 20:32:51 +0000
reviewersgps
bugs1400484
milestone63.0a1
Bug 1400484 MinGW gcc is broken - root_dir is required with the new fetch code r?gps MozReview-Commit-ID: LC0ZgWDyDDT
taskcluster/scripts/misc/build-gcc-mingw32.sh
--- a/taskcluster/scripts/misc/build-gcc-mingw32.sh
+++ b/taskcluster/scripts/misc/build-gcc-mingw32.sh
@@ -2,18 +2,17 @@
 set -e
 
 # This script is for building a MinGW GCC (and headers) to be used on Linux to compile for Windows.
 
 WORKSPACE=$HOME/workspace
 HOME_DIR=$WORKSPACE/build
 UPLOAD_DIR=$HOME/artifacts
 
-# Do not define root_dir so we build everything to a tmpdir
-#root_dir=$HOME_DIR
+root_dir=$HOME_DIR
 data_dir=$HOME_DIR/src/build/unix/build-gcc
 
 . $data_dir/build-gcc.sh
 
 gcc_version=6.4.0
 gcc_ext=xz
 binutils_version=2.27
 binutils_ext=bz2