Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 16a36e48bd8b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1649296354b3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 2, 2020

  1. makeBootstrapTools: set schedulingPriority

    Increase schedulingPriority of the bootstrap tools to unblock the
    nixpkgs-unstable channel.
    
    The channel is repeatedly blocked by the makeBootstrapTools job for
    aarch64. The cause is lack of resources.
    
    By increasing the priority, it should become the first job Hydra would
    build, allowing the channel to advance quicker. Of course, it does mean
    that while the channel advances, nothing else has been built.
    
    This should be a temporary solution until we have more capacity for
    aarch64.
    FRidh committed Dec 2, 2020
    Copy the full SHA
    1649296 View commit details
    Browse the repository at this point in the history