forked from M-Labs/artiq
Revert "conda: use new noarch system for board packages as well"
Never missing an opportunity to be awful, conda helps itself with the .fbi files and merrily patches the strings inside them that contain paths resembling the conda build folder, resulting of course in corrupption and CRC errors.
This reverts commit c856b22579
.
This commit is contained in:
parent
fecc42fd0c
commit
832fb139a0
|
@ -6,7 +6,7 @@ source:
|
|||
git_url: ../..
|
||||
|
||||
build:
|
||||
noarch: generic
|
||||
noarch_python: true
|
||||
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ source:
|
|||
git_url: ../..
|
||||
|
||||
build:
|
||||
noarch: generic
|
||||
noarch_python: true
|
||||
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ source:
|
|||
git_url: ../..
|
||||
|
||||
build:
|
||||
noarch: generic
|
||||
noarch_python: true
|
||||
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue