forked from M-Labs/artiq
conda: mark the artiq-build output package as noarch, not toplevel.
This also changes `noarch: python` to `noarch: generic` since this is semantically correct; the bitstream/firmware packages contain no Python code. Fixes #960.
This commit is contained in:
parent
4b5a78e231
commit
c4bfc83b38
|
@ -6,7 +6,6 @@ source:
|
||||||
git_url: ../..
|
git_url: ../..
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch: python
|
|
||||||
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
|
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
|
||||||
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
|
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
|
||||||
script_env:
|
script_env:
|
||||||
|
@ -16,6 +15,7 @@ build:
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}
|
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}
|
||||||
|
noarch: generic
|
||||||
files:
|
files:
|
||||||
- lib
|
- lib
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue