diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-03-16 21:08:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 21:08:45 -0700 |
commit | 0a0fb61b4838365375b0f7cfc432cce6d475c258 (patch) | |
tree | eea145a679d29cecee9df53c462cca4309c08ee0 /components/script/dom/servoparser/mod.rs | |
parent | f53692cd03e19c30a2a6a3e0775798ed50d481e9 (diff) | |
parent | af1edaa8830f7b68a645374c912d1874796315cd (diff) | |
download | servo-0a0fb61b4838365375b0f7cfc432cce6d475c258.tar.gz servo-0a0fb61b4838365375b0f7cfc432cce6d475c258.zip |
Auto merge of #15996 - servo:incremental-unstability, r=Manishearth
Fix "option `Z` is unstable" warning on geckolib with incremental=true
`incremental = true` can be set in the `[build]` section of `.servobuild` to enable incremental compilation.
In `./mach build-geckolib`, which uses a stable version of the compiler, this would cause a warning repeated for each invocation of rustc:
```
warning: the option `Z` is unstable and should only be used on the nightly
compiler, but it is currently accepted for backwards compatibility;
this will soon change, see issue #31847 for more details
```
This PR disables incremental compilation for `build-geckolib`, regardless of `.servobuild` settings.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15996)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/servoparser/mod.rs')
0 files changed, 0 insertions, 0 deletions