Skip to content

Commit

Permalink
Use same build environment during mutation testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 21, 2017
1 parent 755fa37 commit 5a36c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/buildbot_steps.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5a36c48

Please sign in to comment.