mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #287334 from NickCao/dendrite-darwin
dendrite: disable tests on all darwin platforms
This commit is contained in:
commit
4db8d6d7e7
@ -52,7 +52,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
# PostgreSQL's request for a shared memory segment exceeded your kernel's SHMALL parameter
|
||||
doCheck = !(stdenv.isDarwin && stdenv.isx86_64);
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) dendrite;
|
||||
|
Loading…
Reference in New Issue
Block a user