Pavel Zwerschke
Pavel Zwerschke
https://discord.com/channels/1082332781146800168/1082338253925003385/1218169599296540672
quetz-client has the options for retries because quetz is sometimes flaky and returns 504s. It would be nice if rattler-build could do something similar.
When using ```yml source: path: ../ ``` and `rattler-build build -r conda-recipe/recipe.yaml` rattler-build _sometimes_ (this is maybe a race condition?) also copies `output/` into the work folder when `output/` is...
The (imo) ideal way of building header-only libraries is by using `noarch: generic` in combination with `__win` and `__unix` based on selectors, for example https://github.com/conda-forge/libml_dtypes-headers-feedstock/blob/main/recipe/meta.yaml. Would be nice if we...
https://github.com/conda-forge/botocore-feedstock/blob/0ee2e3cdb522285b93a9897affe668990832f0bf/recipe/meta.yaml is an example where the noarch package depends on the python version. A similar use case would be the need to build two `noarch: python` packages based on the...
Would be nice to list them there as well if they are specified
```yml # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json package: name: my-package version: 0.1.0 build: noarch: python script: echo hello world requirements: host: - causalml ``` ``` ❯ rattler-build build -r r/recipe.yaml No target platform...
AFAIK, the only way to specify a custom channel for rattler-build is in the CLI using `-c `. It would be nice to be able to also specify this in...
It would be nice to have some documentation on how to specify compilers etc in `variants.yaml`.
It would be nice to be able to specify the target platform in the variant config. It's currently only possible in CLI flags.