Skip to content

Commit

Permalink
buildNoTests: Disable unit tests
Browse files Browse the repository at this point in the history
This seems to have been the intent all along.

The odd combination of unit tests, but no functional tests caused a
build error where some data for the unit test was source-filtered out.
Apparently. It's unclear to me why that happened, so I'm proposing this
alternate "fix" to get the buildNoTests to pass.

It would be nice to test more configurations, but this mode of building
is on the way out anyway, so let's just make it pass and see what
configurations make sense to test as part of the meson migration.
  • Loading branch information
roberth committed Jul 27, 2024
1 parent 04c20dc commit cc5b8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

nix_noTests = final.nix.override {
doInstallCheck = false;
doCheck = false;
};

# See https://github.com/NixOS/nixpkgs/pull/214409
Expand Down

0 comments on commit cc5b8cd

Please sign in to comment.