Skip to content

Commit e321bab

Browse files
committed
Set MX_OUTPUT_ROOT unconditionally
1 parent 242a88d commit e321bab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mx.graalpython/mx_graalpython_bisect.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ def benchmark_callback(suite, commit):
215215
suite.vc.update_to_branch(suite.vc_dir, commit)
216216
mx.run_mx(['sforceimports'], suite=suite)
217217
env = os.environ.copy()
218-
if 'CI' not in os.environ:
219-
env['MX_ALT_OUTPUT_ROOT'] = 'mxbuild-{}'.format(commit)
218+
env['MX_ALT_OUTPUT_ROOT'] = 'mxbuild-{}'.format(commit)
220219
retcode = mx.run(shlex.split(args.build_command), env=env, nonZeroIsFatal=False)
221220
if retcode:
222221
raise RuntimeError("Failed to execute the build command for {}".format(commit))

0 commit comments

Comments
 (0)