forked from M-Labs/artiq
conda: put `noarch: python` on correct artiq-board package.
Fixes #989.
This commit is contained in:
parent
bcb9c3d09d
commit
c9287cfc69
|
@ -16,9 +16,9 @@ build:
|
|||
|
||||
outputs:
|
||||
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}
|
||||
noarch: generic
|
||||
noarch: python
|
||||
files:
|
||||
- lib
|
||||
- site-packages
|
||||
requirements:
|
||||
run:
|
||||
- artiq {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
||||
|
|
Loading…
Reference in New Issue