Isuru Fernando
Isuru Fernando
I tried your suggestion and I get an error of the form ``` include/absl/container/internal/raw_hash_map.h:126:189: error: using template type parameter 'absl::lts_20250512::container_internal::IfRRef::AddPtr' after 'typename' 126 | ABSL_INTERNAL_X(insert_or_assign, insert_or_assign_impl, const &, const &,...
@sbenzaquen, yes this works. The absl error I mentioned is unrelated. (Bug in nvcc 12.6)
I meant a `rattler_build.conda_build_compat` module. I didn't know that rattler-build didn't have a python API. Still, I don't think we should be maintaining this code in conda-smithy. Maybe a small...
Sounds great. Thanks for working on that.
Maybe we can disallow publishing to `conda-forge main` label with rattler-build and create an issue with things to be done before that restriction is taken off?
For proper mamba support, we need https://github.com/mamba-org/mamba/pull/3579 (EDIT: merged now)
@alalazo, any thoughts on this?
Sure. That works too.
Both are fine, except when you have ```yaml outputs: - name: blah run_exports: - blah build: some_other_option: value ```
> What's the benefit of allowing the build:-less way, except saving some characters? I don't think that's worth the footgun that comes along with it. You'll shoot yourself in the...