forked from M-Labs/artiq
conda: turn off binary prefix detection everywhere.
This just adds garbage to logs and serves no useful purpose.
This commit is contained in:
parent
8938b69559
commit
e8d21adf30
|
@ -7,12 +7,12 @@ source:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch: python
|
noarch: python
|
||||||
ignore_prefix_files: True
|
|
||||||
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:
|
||||||
- ARTIQ_TARGET
|
- ARTIQ_TARGET
|
||||||
- ARTIQ_VARIANT
|
- ARTIQ_VARIANT
|
||||||
|
detect_binary_files_with_prefix: False
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}
|
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}
|
||||||
|
|
|
@ -7,9 +7,9 @@ source:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch: python
|
noarch: python
|
||||||
ignore_prefix_files: True
|
|
||||||
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] }}
|
||||||
|
detect_binary_files_with_prefix: False
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -19,6 +19,7 @@ build:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
|
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
|
||||||
|
detect_binary_files_with_prefix: False
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue