Rattler-build configuration#
rattler-build can be configured by specifying --config-file ~/.pixi/config.toml.
The config file is of the same format as pixi's global configuration file.
Channels#
You can specify custom channels via the default-channels option.
Package format#
You can define the default package format to use for builds.
It can be one of tar-bz2 or conda.
You can also add a compression level to the package format, e.g. tar-bz2:<number> (from 1 to 9) or conda:<number> (from -7 to 22).
Mirror configuration#
By specifying the mirrors section, you can instruct rattler-build to use mirrors when building.
For more information, see pixi's documentation.
S3 configuration#
You can configure your S3 buckets that are used during build by specifying s3-options. For more information, consult pixi's documentation.