Checklist
What is the idea?
noarch builds should not interpret benign binary files, such as .ico, as "scripts", or allow developer to specify binary files that should be allowed.
Why is this needed?
To allow noarch builds of packages that may have icon files, such as .ico.
What should happen?
The build should succeed rather than fail with the following:
conda_build.exceptions.CondaBuildUserError: Noarch package contains binary script: spyder.ico
Additional Context
Resurrecting #5385
ping @hmaarrfk
Checklist
What is the idea?
noarch builds should not interpret benign binary files, such as
.ico, as "scripts", or allow developer to specify binary files that should be allowed.Why is this needed?
To allow noarch builds of packages that may have icon files, such as
.ico.What should happen?
The build should succeed rather than fail with the following:
conda_build.exceptions.CondaBuildUserError: Noarch package contains binary script: spyder.icoAdditional Context
Resurrecting #5385
ping @hmaarrfk