gecko-dev/build/unix
Ralph Giles 48960fbdea Bug 1175359 - Enable rust in linux64 automation builds. r=mshal
Write a mozconfig.rust fragment which makes the rust toolchain
provided by tooltool available for linux builds, similar to
what we do for MacOS X.

Include this in linux64 mozconfigs to enable rust for official
nightly builds of that target. These aren't used outside of automation
builds, so including rust there will verify code on check-in
without requiring developers to install rust.

We must whitelist the mozconfig fragment to pass the consistency
check since we're not ready to let this feature ride the trains
to beta and release.

The tooltool reference is to a custom build of rustc 1.4
with --enable-rpath to avoid having to add the rustc lib
directory to LD_LIBRARY_PATH which somehow conflicts with
the gtk3 build we also install through tooltool.

It is also built with --enable-llvm-static-stdcpp on a
rust-buildbot dist docker image (centos:5 + script updates)
to avoid issues with GLIBCXX and GLIBC symbol versions.
2015-11-30 15:10:24 -08:00
..
build-clang Bug 1210154 - Part 1: Add the patches needed for rust-bindgen to the clang build; r=rail 2015-10-15 10:17:08 -04:00
build-gcc Bug 1203393 follow-up: Address one review comment 2015-09-22 08:44:25 -04:00
build-gtk3
elfhack Bug 1194603 - Remove INTERNAL_TOOLS; r=mshal 2015-09-10 13:49:19 +02:00
gnu-ld-scripts
headers/bits
stdc++compat bug 1198226 - Move HOST_{C,CXX}FLAGS to moz.build HOST_{CFLAGS,CXXFLAGS,DEFINES}. r=mshal 2015-09-08 11:35:43 -04:00
Makefile.in
add_phony_targets.py
aix.exp
moz.build
mozconfig.asan
mozconfig.gtk Bug 1186748 - Now that all builds are pulling the Gtk+3 tooltool package, remove the Gtk+2 fallback in mozconfig.gtk. r=mshal 2015-11-04 11:21:49 +09:00
mozconfig.linux
mozconfig.linux32
mozconfig.rust Bug 1175359 - Enable rust in linux64 automation builds. r=mshal 2015-11-30 15:10:24 -08:00
mozconfig.tsan
mozilla.in
print-failed-commands.sh
print-non-newline.sh
rewrite_asan_dylib.py
run-gprof.sh
run-hiprof.sh
run-mozilla.sh
run-third.sh