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.
- exec π
- helpers πVarious utility functions used throughout bootstrap.
- 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. - shared_
helpers πThis module serves two purposes: 1. It is part of theutils
module and used in other parts of bootstrap. 2. It is embedded inside bootstrap shims to avoid a dependency on the bootstrap library. Therefore, this module should never use any other bootstrap module. This reduces binary size and improves compilation time by minimizing linking time. - tarball πFacilitates the management and generation of tarballs.