Skip to content

Commit

Permalink
Bug 1240982 - Update linux64 tooltool to rustc 1.6.0. r=mshal
Browse files Browse the repository at this point in the history
Build from source of rust 1.6.0 stable configured with
--enable-rpath --enable-llvm-static-stdcpp and
--target=x86_64-unknown-linux-gnu,i686-unknown-linux-gnu
so it supports -m32 builds, using the docker image at
https://github.com/rillian/rust-build on taskcluster.
  • Loading branch information
rillian committed Jan 22, 2016
1 parent 26837f3 commit bffebb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions b2g/dev/config/tooltool-manifests/linux64/releng.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"unpack": true
},
{
"size": 193213220,
"digest": "58b8ebd8de923117831dcbba71172a53e26c25bd16c2b2bb363a1254f2cd4e87f95e2c5f41e2dce10e18e43a17e0a395637c9ddcbf1e27673582792f9095c62e",
"size": 80164520,
"digest": "26fd5301aaf6174a0e4f2ac3a8d19f39573f78a051aa78e876c065d60421b2b62207c11fbf1f20f92ba61acc4b9ce58d05409bf5af886943891b04c3d22f5e04",
"algorithm": "sha512",
"filename": "rustc.tar.xz",
"unpack": true
Expand Down
4 changes: 2 additions & 2 deletions browser/config/tooltool-manifests/linux64/releng.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"unpack": true
},
{
"size": 193213220,
"digest": "58b8ebd8de923117831dcbba71172a53e26c25bd16c2b2bb363a1254f2cd4e87f95e2c5f41e2dce10e18e43a17e0a395637c9ddcbf1e27673582792f9095c62e",
"size": 80164520,
"digest": "26fd5301aaf6174a0e4f2ac3a8d19f39573f78a051aa78e876c065d60421b2b62207c11fbf1f20f92ba61acc4b9ce58d05409bf5af886943891b04c3d22f5e04",
"algorithm": "sha512",
"filename": "rustc.tar.xz",
"unpack": true
Expand Down

0 comments on commit bffebb6

Please sign in to comment.