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

pacman-helper quick_add: stop relying on a single fallback architecture #444

Commits on Jan 27, 2023

  1. please create-sdk-artifact: add a flavor focused on Pacman

    With the current push to automate All The Things in Git for Windows, we
    need a way to perform tasks that involve Pacman. It would be a bit
    wasteful to use a full Git for Windows SDK for that task, so here is
    support for an SDK artifact that includes Pacman itself and its
    dependencies, but leaves out other packages (such as `make`, `gcc`,
    etc).
    
    Signed-off-by: Johannes Schindelin <[email protected]>
    dscho committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f08069f View commit details
    Browse the repository at this point in the history
  2. please create-sdk-artifact: slim down the pacman artifact

    This trims the output to (currently) ~100MB, by skipping files that are
    not strictly necessary to run `pacman`, such as documentation or header
    files.
    
    On the off chance that those files _are_ needed in some scenarios, offer
    also the `pacman-full` flavor, which does include all the files that are
    promised by the packages' file list (think: `pacman -Ql <pkg>`).
    
    Signed-off-by: Johannes Schindelin <[email protected]>
    dscho committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    77f845f View commit details
    Browse the repository at this point in the history