This project reproduces an issue where CONDA_BUILD_CROSS_COMPILATION environment variable behavior differs between conda-build and rattler-build for noarch: python builds.
- Expected behavior (conda-build): For
noarch: pythonbuilds,CONDA_BUILD_CROSS_COMPILATIONshould not be set to "1" since noarch packages are platform-independent. - Observed behavior (rattler-build):
CONDA_BUILD_CROSS_COMPILATIONis set to "1" even for noarch builds, which is a change in behavior.