Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 9660896ecd93
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 46effdb883e4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 2, 2018

  1. nixos/tests/chromium: Fix sandbox info matching

    As reported by @andir, the regular expressions that match the sandbox
    output are no longer matching in the recent Chromium bump as of
    bb03fbc.
    
    Instead of a boolean field that determines whether namespace sandboxes
    are on, the namespace sandbox is now an enum within "Layer 1 Sandbox".
    
    I've modified the regular expressions accordingly and also ran the test
    for the stable branch, which now succeeds.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Issue: NixOS/nixpkgs#49442
    Cc: @bendlas, @andir
    (cherry picked from commit 73cdd5a)
    aszlig committed Nov 2, 2018
    Copy the full SHA
    13cd588 View commit details
    Browse the repository at this point in the history
  2. ghc: add new 8.4.4 version

    (cherry picked from commit 069bf7a)
    Signed-off-by: Domen Kožar <domen@dev.si>
    peti authored and domenkozar committed Nov 2, 2018
    Copy the full SHA
    1f54d5f View commit details
    Browse the repository at this point in the history
  3. chromium: use jumbo builds to speedup compilation

    On Hetzner machine with 1 core: 4h40m
    On Hetzner machine with 8 cores: 1h20m
    
    (cherry picked from commit 89ede97)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Nov 2, 2018
    Copy the full SHA
    46effdb View commit details
    Browse the repository at this point in the history