Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Ralph Giles ecfb5e1541 Bug 1248461 - Enable rust for win32 official builds. r=mshal
This uses a repacked version of the upstream 1.8 nightly
builds. We need 1.8 for WinXP support, but it's safe to
use nightly until this stablises because other platforms
are using stable rust and will catch any nightly-only
feature use.

For these builds I used the channel-rustc-nightly manifest instead
of the older channel-rust-* manifest, to get the separate std packages.

tar xf rustc-nightly-i686-pc-windows-msvc.tar.gz
rustc-nightly-i686-pc-windows-msvc/install.sh --prefix=rustc/

tar xf rust-std-nightly-i686-pc-windows-msvc.tar.gz
rust-std-nightly-i686-pc-windows-msvc/install.sh --prefix=rustc/

tar cjf rustc.tar.bz2 rustc/*

We're already riding the trains on macosx and linux64, enabling
this for all channels this avoids having to whitelist the config.
2016-02-25 11:14:47 -08:00
Wes Kocher 9c2a1383ce Backed out changeset 5453534da785 (bug 1248461) because win32 spidermonkey builds apparently break trying to download rust stuff
--HG--
extra : commitid : 88aZoh3BoHt
2016-02-17 16:49:51 -08:00
Ralph Giles 349574a271 Bug 1248461 - Enable rust for win32 official builds. r=mshal
This uses a repacked version of the upstream 1.8 nightly
builds. We need 1.8 for WinXP support, but it's safe to
use nightly until this stablises because other platforms
are using stable rust and will catch any nightly-only
feature use.

For these builds I used the channel-rustc-nightly manifest instead
of the older channel-rust-* manifest, to get the separate std packages.

tar xf rustc-nightly-i686-pc-windows-msvc.tar.gz
rustc-nightly-i686-pc-windows-msvc/install.sh --prefix=rustc/

tar xf rust-std-nightly-i686-pc-windows-msvc.tar.gz
rust-std-nightly-i686-pc-windows-msvc/install.sh --prefix=rustc/

tar cjf rustc.tar.bz2 rustc/*
2016-02-15 11:41:00 -08:00
Ehsan Akhgari 3a80f62776 Bug 1042132 - Part 2: Add tooltool manifests for clang-cl; r=rail 2016-02-08 14:55:29 -05:00
Mike Hommey 67e02ffc14 Bug 1182407 - Use unpack feature of tooltool wherever possible. r=mshal 2015-07-11 06:26:21 +09:00
Mike Hommey fab981bebc Bug 1155476 - Update sccache to 155c926 2015-04-18 09:01:44 +09:00
Mike Hommey 732e3bf647 Bug 1094565 - Update sccache to e68dfc2. r=mshal 2014-11-26 16:04:25 +09:00
Ehsan Akhgari 8bbff19061 Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee
This is the source for the new setup.sh:

#!/bin/sh

rm -rf sccache
tar -xjf sccache.tar.bz2

if test -d LLVM; then
  rm -rf LLVM
fi
if test -f LLVM-*-win32.zip; then
  unzip LLVM-*-win32.zip
  mv LLVM-*-win32 LLVM
fi
2014-10-31 10:40:56 -04:00
Mike Hommey 549e21fad7 Bug 1084151 - Update sccache to 8ff474e. r=mshal 2014-10-24 13:08:17 +09:00
Mike Hommey 40ce0930e9 Bug 1058565 - Update sccache to 7c87f05. r=mshal 2014-08-29 03:28:09 +09:00
Mike Hommey d4f000ffea Bug 1057119 - Update sccache to 6938a9b. r=mshal 2014-08-24 09:11:04 +09:00
Mike Hommey 84dcbf4a32 Bug 1045923 - Update sccache to 4d312f8. r=mshal 2014-08-20 12:07:07 +09:00
Mike Hommey cac162c613 Bug 1028100 - Add l10n tooltool manifest for windows builds. r=nthomas 2014-06-24 07:28:51 +09:00
Mike Hommey f46e0f0c95 Bug 1013055 - Update sccache to e27061a. r=mshal 2014-05-21 11:28:13 +09:00
Mike Hommey 588d08f697 Bug 1002614 - Update sccache to 2f4c9a98. r=rail 2014-04-30 06:05:42 +09:00
Mike Hommey 161f5277d2 Bug 980117 - Use sccache on win32 try builds. r=mshal 2014-04-15 09:37:54 +09:00
Mike Hommey 02f1e284e5 Bug 927672 - Get mozmake from tooltool. r=mshal 2014-03-28 18:41:05 +09:00