Bela Stoyan
Bela Stoyan
- [ ] Adapt `conda-forge-ci-setup` to output folder structure of `rattler-build` (see "Validating outputs" [here](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=831570&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=986b1512-c876-5f92-0d81-ba851554a0a3&l=370))
When building a package, `conda-forge-ci-setup` expects a (possibly) empty folder for the build platform and noarch iirc. I would argue that `conda-forge-ci-setup` should simply discover all output architectures. But that...
Can you explain why?
Edit: After looking at it, this is probably related to #1341 I have minimized it to this snippet: If either the `Drop` implementation is removed or ArrayBase does not have...
I have created a reproducer running with GitHub Actions here https://github.com/0xbe7a/micromamba-no-ssl-verify-bug I was only able to reproduce this on macos. When running this script: ```bash #!/usr/bin/env bash eval "$(micromamba shell...
`info libcurl * WARNING: disabling hostname validation also disables SNI.` I think this is the culprit Server Name Indication is a TLS extension that allows the client to signal the...
mamba sets `CURLOPT_SSL_VERIFYHOST` to 0 when using `--ssl-verify false`, which is passed to Secure Transport / coreTLS on macos. coreTLS has the quirk that you either disable SNI and hostname...
What does this do?
The problem seems that clap uses "dep:" features. These were introduced in rust 1.60.0. Support in crate2nix was added in #252. However, after #264 noted this, only a release canidate...
> Yes, except that we will ship a `mamba` executable that uses the same code as `micromama` in `mamba-forge` like-container. The executable name and user experience will remain. "uses the...