Expand description
This module contains integral components of the build and configuration process, providing support for a wide range of tasks and operations such as caching, tarballs, release channels, job management, etc.
ModulesΒ§
- cache π
- cc_detect πC-compiler probing and detection.
- change_tracker πThis module facilitates the tracking system for major changes made to the bootstrap, with the goal of keeping developers synchronized with important modifications in the bootstrap.
- channel πBuild configuration for Rustβs release channels.
- dylib πVarious utilities for working with dylib paths.
- exec π
- helpers πVarious utility functions used throughout rustbuild.
- job π
- render_tests πThis module renders the JSON output of libtest into a human-readable form, trying to be as similar to libtestβs native output as possible.
- tarball πFacilitates the management and generation of tarballs.