зеркало из https://github.com/mozilla/gecko-dev.git
48960fbdea
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. |
||
---|---|---|
.. | ||
build-clang | ||
build-gcc | ||
build-gtk3 | ||
elfhack | ||
gnu-ld-scripts | ||
headers/bits | ||
stdc++compat | ||
Makefile.in | ||
add_phony_targets.py | ||
aix.exp | ||
moz.build | ||
mozconfig.asan | ||
mozconfig.gtk | ||
mozconfig.linux | ||
mozconfig.linux32 | ||
mozconfig.rust | ||
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 |