Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have had some issues with re-rendering recently ( #349 (comment) ). These appear to be due to the unresolvable
FEEDSTOCK_ROOT
value in this line at re-render timeconda-forge-ci-setup-feedstock/recipe/meta.yaml
Line 24 in 2523297
Here is the longer error message as seen from a re-rendering GHA job:
We had tried re-rendering with conda-build versions
24.9
and24.7
and still saw the issue. On a hunch tried24.5
as that worked in other cases that saw similar errors ( conda-forge/conda-smithy#2011 )This appears to work! 🎉
Which means this is likely coming from PR ( conda/conda-build#5371 ). So likely the answer is we need to update this recipe to handle the undefined variable better
In the interim this does re-render the feedstock and helps us better understand where the error first occurred
cc @beckermr
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)