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:
commit
1efedf905d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue