Skip to content

Commit

Permalink
Revert "Enable verbose misoc build."
Browse files Browse the repository at this point in the history
This reverts commit 6599fc0.
whitequark committed Feb 5, 2017
1 parent 6599fc0 commit 938f965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions master.cfg
Original file line number Diff line number Diff line change
@@ -125,9 +125,7 @@ def condaEnv(use_local=False, extra_vars={}):
'PATH': path,
'BUILDNUMBER': WithProperties('%(buildnumber)s'),
# otherwise, conda's stdout and tests' stderr output interleaves badly.
'PYTHONUNBUFFERED': '1',
# enable verbose misoc build
'V': '1',
'PYTHONUNBUFFERED': '1'
}
env.update(extra_vars)
return env

0 comments on commit 938f965

Please sign in to comment.