Module bootstrap::utils

source ·
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.
  • 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 🔒
  • 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.