Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable verbose misoc build.
Browse files Browse the repository at this point in the history
whitequark committed Feb 5, 2017
1 parent e7f06e1 commit 22ee849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master.cfg
Original file line number Diff line number Diff line change
@@ -126,6 +126,8 @@ def condaEnv(use_local=False, extra_vars={}):
'BUILDNUMBER': WithProperties('%(buildnumber)s'),
# otherwise, conda's stdout and tests' stderr output interleaves badly.
'PYTHONUNBUFFERED': '1'
# enable verbose misoc build
'V': '1',
}
env.update(extra_vars)
return env

0 comments on commit 22ee849

Please sign in to comment.