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: 40e973776ddb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 66f37f4a344e
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 20, 2019

  1. liburing: bump to 0.1 tag + some extra patches

    Normally changing the version of the tag in this manner would be nasty
    for users -- `nix-env -u` would not see this as an upgrade on the
    channel, for instance, if you had a previous version installed. But
    liburing is a *library* and does not really come included with any
    useful end-user tools. Most cases will use it directly as a build
    dependency, in which case, an appropriate rebuild will happen anyway.
    
    This also re-introduces AArch64 builds, which was previously broken due
    to some internal changes requiring memory barrier support. In a twist of
    fate, however, this was later broken by another patch, which was written
    to fix a *different* regression for users. So we simply apply both of
    these patches, as well as a third patch that re-fixes AArch64 support,
    which I will submit upstream to Jens. Life is never easy.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Aug 20, 2019
    Copy the full SHA
    66f37f4 View commit details
    Browse the repository at this point in the history