gecko-dev/testing/docker/rust-build
Ralph Giles d6e1901788 Bug 1245170 - Upload rust builds to tooltool. r=dustin
Update the gecko-rust-build docker container to upload the
constructed toolchain to tooltool when running on taskcluster,
so it can be used in normal gecko builds (buildbot as well as tc)

Also include a mac build script (which can't run in taskcluster
currently) and a python script for launching the build task from
a local checkout. This is based on Ted's script for building
breakpad's minidump_stackwalk utility.

Matches contents of https://github.com/rillian/rust-build
commit 407c6854e91541341508e96e6a2781434535b7a5
tag v0.2.0
2016-02-16 13:30:19 -08:00
..
build_rust_mac.sh Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00
build_rust.sh
Dockerfile Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00
fetch_rust.sh Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00
README.md
REGISTRY
task.json Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00
tcbuild.py Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00
upload_rust.sh Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00
VERSION Bug 1245170 - Upload rust builds to tooltool. r=dustin 2016-02-16 13:30:19 -08:00

This is a docker script for building rust toolchains for use in Mozilla's build clusters.