Skip to content

Commit

Permalink
Bug 1364651 - annotate mach bash hack; r=Callek
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: AQHeHLBABZg
  • Loading branch information
grenade committed Jun 12, 2017
1 parent f9189da commit a44a96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/mozharness/mozharness/mozilla/building/buildbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,8 @@ def build(self):
os.path.join(dirs['abs_work_dir'], 'buildprops.json'))

if 'MOZILLABUILD' in os.environ:
# We found many issues with intermittent build failures when not invoking mach via bash.
# See bug 1364651 before considering changing.
mach = [
os.path.join(os.environ['MOZILLABUILD'], 'msys', 'bin', 'bash.exe'),
os.path.join(dirs['abs_src_dir'], 'mach')
Expand Down

0 comments on commit a44a96f

Please sign in to comment.