From 5a36c481f01ce869578770d4a351b421bcbbd46c Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 21 Nov 2017 13:47:54 -0500 Subject: [PATCH] Use same build environment during mutation testing. --- etc/ci/buildbot_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index ea2864c7cd65..af0afc3d1162 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -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