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:
|
||||
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"] }}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue