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/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec5b04862ba4
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f5789c5d6e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 14, 2017

  1. Update lcov filter

    edolstra committed Nov 14, 2017
    Copy the full SHA
    4b45d8c View commit details
  2. Copy the full SHA
    2f5789c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 release.nix
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
@@ -185,7 +185,7 @@ let
buildInputs =
[ curl bzip2 openssl pkgconfig sqlite xz libsodium libseccomp
# These are for "make check" only:
graphviz libxml2 libxslt
graphviz libxml2 libxslt git mercurial
];

configureFlags = ''
@@ -196,7 +196,7 @@ let

doInstallCheck = true;

lcovFilter = [ "*/boost/*" "*-tab.*" ];
lcovFilter = [ "*/boost/*" "*-tab.*" "*/nlohmann/*" "*/linenoise/*" ];

# We call `dot', and even though we just use it to
# syntax-check generated dot files, it still requires some