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: 46056ce4ab4f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3354bd90a1e9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 21, 2019

  1. linux_testing (5.2.0-rc1): fix build, include 'cpio' in nativeBuildIn…

    …puts
    
    81d4e65 automatically bumped
    linux_testing to 5.2.0-rc1, but the 5.2 merge window included a new
    feature adding compressed headers for compiled kernels into
    /proc/kheaders.tar.xz
    
    See torvalds/linux@43d8ce9
    
    This feature requires 'cpio' to now be included in nativeBuildInputs
    since it's used to construct that archive.
    
    This wasn't caught by Hydra since we turn off build of linuxPackages,
    but ideally we should at least build the kernel in the future
    (linux_testing itself.)
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 21, 2019
    Copy the full SHA
    c117aa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61814 from thoughtpolice/nixpkgs/fix-linux-5.2

    linux_testing (5.2.0-rc1): fix build, include 'cpio' in nativeBuildInputs
    thoughtpolice committed May 21, 2019
    Copy the full SHA
    3354bd9 View commit details
    Browse the repository at this point in the history