mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixosTests.pdfding: fix tests on aarch64-linux gha
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 48d341a797)
This commit is contained in:
committed by
github-actions[bot]
parent
a766d6efbe
commit
e39795df10
@@ -34,6 +34,10 @@
|
|||||||
|
|
||||||
# enable mailpit
|
# enable mailpit
|
||||||
services.mailpit.instances.default = { };
|
services.mailpit.instances.default = { };
|
||||||
|
|
||||||
|
# allows running nixos test on qemu without kvm, eg. github actions on aarch64-linux
|
||||||
|
systemd.settings.Manager.DefaultDeviceTimeoutSec = lib.mkForce 1800;
|
||||||
|
boot.initrd.kernelModules = [ "virtio_console" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,10 @@
|
|||||||
# it only cares about files in static/
|
# it only cares about files in static/
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# allows running nixos test on qemu without kvm, eg. github actions on aarch64-linux
|
||||||
|
systemd.settings.Manager.DefaultDeviceTimeoutSec = lib.mkForce 1800;
|
||||||
|
boot.initrd.kernelModules = [ "virtio_console" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,10 @@
|
|||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
config.services.postgresql.finalPackage
|
config.services.postgresql.finalPackage
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# allows running nixos test on qemu without kvm, eg. github actions on aarch64-linux
|
||||||
|
systemd.settings.Manager.DefaultDeviceTimeoutSec = lib.mkForce 1800;
|
||||||
|
boot.initrd.kernelModules = [ "virtio_console" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -92,6 +92,10 @@ in
|
|||||||
minio-client
|
minio-client
|
||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# allows running nixos test on qemu without kvm, eg. github actions on aarch64-linux
|
||||||
|
systemd.settings.Manager.DefaultDeviceTimeoutSec = lib.mkForce 1800;
|
||||||
|
boot.initrd.kernelModules = [ "virtio_console" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user