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.
  • 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.