-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
No way to pass --experimental
to rattler-build
#2057
Comments
This was referenced Sep 9, 2024
munechika-koyo
added a commit
to munechika-koyo/cherab-inversion-feedstock
that referenced
this issue
Sep 19, 2024
This is a temporary fix of: conda-forge/conda-smithy#2057
1 task
5 tasks
Ran into this. How bad would a |
i feel like we shouldn't be integrating "experimental" stuff too much. It seems the better ask would be to the rattler devs to ask them to make this feature less experimental |
yes, or help with the CEP 🙏 we need to write and get it voted on.conda/ceps#102 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to convert zlib to rattler-build (tentatively towards emscripten support) broadly following this. However, it turns out that some of the needed functionality is currently only available in rattler-build with an
--experimental
flag.Smithy currently fails to rerender with the following
AFAIU the main fix will need to happen in https://github.com/prefix-dev/rattler-build-conda-compat (which needs to define the API how to pass that on), and smithy will need to figure out how to allow that to be configured and pass it on here:
conda-smithy/conda_smithy/configure_feedstock.py
Lines 1081 to 1088 in f7eb69b
Of course, one could say we don't want to support experimental features, but with stuff as fundamental as the global build cache, we don't have a choice, and I think it would be worthwhile to support as opt-in also going forward.
However we configure it, it needs to be injected both for rerendering and for building, which I'm currently doing manually as follows:
The text was updated successfully, but these errors were encountered: