-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set CONDA_BLD_PATH when using pixi during osx build #2148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should set this on all platforms?
Also, the code that finds the outputs is in the ci-setup feedstock. We need to consult that code to ensure what we are doing here works with it.
@@ -9,6 +9,15 @@ set -xe | |||
MINIFORGE_HOME=${MINIFORGE_HOME:-${HOME}/miniforge3} | |||
MINIFORGE_HOME=${MINIFORGE_HOME%/} # remove trailing slash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can include this blob from staged-recipes
here instead.
Yea I think it wouldn't hurt. We are doing it in staged-recipes. Edit: I took a look and this is the situation:
So I think we are fine for now. I left a couple comments in case we wonder in the future. |
Testing at conda-forge/docling-parse-feedstock#5 |
Thank you! |
Checklist
news
entrypython conda_smithy/schema.py
)This is an attempt to fix #2145. You can see it in action at conda-forge/docling-parse-feedstock#3
Note the fix is a simple and naive patch but looks fragile to me. Please let me know if you can think of another solution.