Build using source from Git fails for Windows only #1708
-
I have a feedstock that is using source:
git: https://github.com/DavidMStraub/rundec-python.git
# tag: ${{ version }}
# Use exact commit as no tags for v0.5.1 or later (yet)
rev: "1b3006f03098ef4c6d44200ef643fede9c426cfe"
patches: add-pyproject-toml-for-build-system.patch this works as expected for all builds except Windows where it fails immediately with
What is happening with Windows specifically that it can't execute the PR with example error: conda-forge/rundec-feedstock#8 (Cross post of conda-forge Zulip chat: #general > Build using source from Git fails for Windows only) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I see now this is already reported on conda-forge/conda-smithy#2239. |
Beta Was this translation helpful? Give feedback.
-
As described in conda-forge/conda-smithy#2239, this was fixed with |
Beta Was this translation helpful? Give feedback.
As described in conda-forge/conda-smithy#2239, this was fixed with
rattler-build
v0.43.1
(conda-forge/rattler-build-feedstock#164). 🚀