Auto merge of #19326 - servo:jdm-patch-2, r=asajeffrey

Use same build environment during mutation testing.

ccache complains that the C++ compiler doesn't match the cached version.

<!-- 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/19326)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-21 19:43:49 -06:00 committed by GitHub
commit 93c2a5da89

View file

@ -68,7 +68,7 @@ linux-rel-nogate:
- ./mach clean-nightlies --keep 3 --force
- env CC=gcc-5 CXX=g++-5 ./mach build --release
- python ./etc/ci/chaos_monkey_test.py
- bash ./etc/ci/mutation_test.sh
- env CC=gcc-5 CXX=g++-5 bash ./etc/ci/mutation_test.sh
mac-rel-intermittent:
- ./mach clean-nightlies --keep 3 --force