1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #328450 from onny/stalwart-tests2

stalwart-mail: disable tests on aarch64
This commit is contained in:
Yt 2024-07-20 00:25:10 +00:00 committed by GitHub
commit 1efedf905d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,6 +124,8 @@ rustPlatform.buildRustPackage {
"--skip=backend::sqlite::pool::SqliteConnectionManager::with_init"
];
doCheck = !(stdenv.isLinux && stdenv.isAarch64);
passthru = {
update-script = nix-update-script { };
tests.stalwart-mail = nixosTests.stalwart-mail;