Module rattler_build::build

source ·
Expand description

The build module contains the code for running the build process for a given Output

Functions

  • Create a conda build script and return the path to it
  • Run the build for the given output. This will fetch the sources, resolve the dependencies, and execute the build script. Returns the path to the resulting package.