aboutsummaryrefslogtreecommitdiffstats
path: root/servobuild.example
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust to 1.22.0-nightly (a47c9f870 2017-10-11)Anthony Ramine2017-10-121-0/+3
| | | | This allows us to start experimenting with -Z thinlto
* Disable LLVM assertions by default, on supported platforms.Simon Sapin2017-02-161-1/+1
| | | | But keep them on linux-dev CI.
* Allow disabling LLVM assertions in rustc (fixes #15548)Anthony Ramine2017-02-151-0/+3
|
* Option configuration to enable incremental compilation.Simon Sapin2017-02-051-0/+7
| | | | https://internals.rust-lang.org/t/incremental-compilation-beta/4721
* Add config to do desktop notifications by running an abitrary command.Simon Sapin2017-01-131-0/+6
|
* Support build.rustflags in .servobuildVladimir Vukicevic2016-11-211-0/+2
|
* Remove the gonk portLars Bergstrom2016-05-271-8/+0
|
* Reduce 'android-18' duplication, as originally done by wenderenMitchell Hentges2016-05-201-1/+2
| | | | Use android.platform (and $ANDROID_PLATFORM) for configuration, apply 'android-18' default
* Rename rust-snapshot-hash to rust-nightly-dateSimon Sapin2015-12-301-3/+3
| | | | | | … and remove mentions of "snapshots". We now use rust-lang.org nightly builds rather than our own snapshots.
* Add CCACHE infra and turn it on in travisLars Bergstrom2015-11-051-0/+2
|
* Make the use of gold linker configurableAkos Kiss2015-09-081-0/+4
| | | | | | | | Currently, ld.gold is always used for linking if found on the system. There are some cases however when one may want to opt out from using it. This patch adds the boolean field `rustc-with-gold` to the `[tools]` section of `.servobuild`, which if set false, disables the use of ld.gold.
* Fix typos in servobuild.exampleKinder Sung2015-08-231-3/+3
|
* Entries in servobuild.example fileSumith2015-06-131-8/+12
| | | | | Entries in the servobuild.example file that are not defaults were commented out, defaults were mentioned in comments
* Add --dev option to mach buildJinank Jain2015-05-131-0/+3
| | | | | Require either --dev or --release, unless a default build.mode is set in .servobuild. Fixes #5933.
* Add support for $CARGO_HOME in servobuildManish Goregaokar2015-03-081-1/+7
|
* Add ./mach build-gonk commandManish Goregaokar2015-02-211-0/+11
|
* Move snapshot dir inside the source dir by defaultMatt Brubeck2015-01-281-0/+3
| | | | | | | | | This avoids changing any directories outside the repo, which is better for some automation scenarios. The servobuild.example file has a "cache-dir" setting that restores the previous default location of `~/.servo`, which is useful for developers working with multiple clones on the same machine.
* Issue #3804 : Allow enabling debug-mozjs from servobuild configFabrice Desré2014-11-061-0/+2
|
* Add Android build config to mach/servobuildMatt Brubeck2014-10-031-0/+4
|
* Cargoify servoJack Moffitt2014-09-081-0/+16