conda: turn off binary prefix detection everywhere.

This just adds garbage to logs and serves no useful purpose.
pull/954/head
whitequark 2018-02-22 12:55:47 +00:00
parent 8938b69559
commit e8d21adf30
3 changed files with 3 additions and 2 deletions

View File

@ -7,12 +7,12 @@ source:
build:
noarch: python
ignore_prefix_files: True
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
script_env:
- ARTIQ_TARGET
- ARTIQ_VARIANT
detect_binary_files_with_prefix: False
outputs:
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}

View File

@ -7,9 +7,9 @@ source:
build:
noarch: python
ignore_prefix_files: True
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
detect_binary_files_with_prefix: False
requirements:
build:

View File

@ -19,6 +19,7 @@ build:
{% endfor %}
{% endfor %}
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
detect_binary_files_with_prefix: False
requirements:
build: