checks: disable all failing aarch64-linux checks

This commit is contained in:
Michael Hoang
2025-03-24 11:31:45 +09:00
parent cc1b356a94
commit 9ca5cb7bcc
5 changed files with 6 additions and 5 deletions

View File

@@ -120,7 +120,7 @@
# vm-test-run-test-installation> new_machine: QEMU running (pid 80)
# vm-test-run-test-installation> new_machine: Guest root shell did not produce any data yet...
# vm-test-run-test-installation> new_machine: To debug, enter the VM and run 'systemctl status backdoor.service'.
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && pkgs.stdenv.hostPlatform.system != "aarch64-linux") {
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && !pkgs.stdenv.isAarch64) {
test-installation = (import ../lib/test-base.nix) {
name = "test-installation";
nodes.target = {