Skip to content

Commit

Permalink
Allow artiq-board builds with no variant (empty if not provided).
Browse files Browse the repository at this point in the history
whitequark committed Jun 22, 2018
1 parent edd4760 commit 3317296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -629,7 +629,7 @@ addCondaBuildSteps(artiqBoardBuildFactory,
is_xilinx=True,
environment={
"ARTIQ_TARGET": WithProperties("%(artiq_target)s"),
"ARTIQ_VARIANT": WithProperties("%(artiq_variant)s"),
"ARTIQ_VARIANT": WithProperties("%(artiq_variant:-)s"),
})
addCondaUploadSteps(artiqBoardBuildFactory,
force=True, label='%(channel:-dev)s')

0 comments on commit 3317296

Please sign in to comment.