Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdenv: add minimal flag #209601

Closed
wants to merge 10 commits into from
Closed

stdenv: add minimal flag #209601

wants to merge 10 commits into from

Commits on Jan 7, 2023

  1. stdenv: add rebootstrap parameter

    Adam Joseph committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    1a0bdc0 View commit details
    Browse the repository at this point in the history
  2. aarch64: enable rebootstrap, upgrade to gcc11

    Incorporates changes from:
    
    - #209459
    
    Should fix:
    
    - #108111
    - #108305
    - #201254
    
    Alternative to:
    
    - #209063
    Adam Joseph committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    12408bc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. stdenv: mark binutils-patchelfed

    The stdenv bootstrap creates several wrappers around binutils, and
    gives them the exact same drvName as the binutils package itself.
    
    These wrappers cost almost nothing to create (they are just file
    copies and patchelf runs, not builds), so we should distinguish them
    from expensive binutils builds with a unique pname.  This commit
    does that.
    Adam Joseph committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e0ccba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4837fb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5c952b View commit details
    Browse the repository at this point in the history
  4. gcc11: allow compilation without libxcrypt

    Adam Joseph committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    201d526 View commit details
    Browse the repository at this point in the history
  5. perl: allow compilation without libxcrypt

    Adam Joseph committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    53c7484 View commit details
    Browse the repository at this point in the history
  6. cpython: allow compilation without libxcrypt

    Adam Joseph committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    31127c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d0d8e7 View commit details
    Browse the repository at this point in the history
  8. stdenv: add minimal flag

    Adam Joseph committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    77c2173 View commit details
    Browse the repository at this point in the history