Skip to content

Commit 16c6005

Browse files
committed
ci: run nixos test on aarch64-linux
1 parent c7f1653 commit 16c6005

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

nix/checks.nix

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -344,24 +344,22 @@
344344
pg_regress
345345
;
346346
}
347-
// pkgs.lib.optionalAttrs (system == "aarch64-linux") {
348-
inherit (self'.packages)
349-
postgresql_15_debug
350-
postgresql_15_src
351-
postgresql_orioledb-17_debug
352-
postgresql_orioledb-17_src
353-
postgresql_17_debug
354-
postgresql_17_src
355-
;
356-
}
357-
// pkgs.lib.optionalAttrs (system == "x86_64-linux") (
347+
// pkgs.lib.optionalAttrs (system == "aarch64-linux") (
358348
{
359-
devShell = self'.devShells.default;
349+
inherit (self'.packages)
350+
postgresql_15_debug
351+
postgresql_15_src
352+
postgresql_orioledb-17_debug
353+
postgresql_orioledb-17_src
354+
postgresql_17_debug
355+
postgresql_17_src
356+
;
360357
}
361358
// (import ./ext/tests {
362359
inherit self;
363360
inherit pkgs;
364361
})
362+
// pkgs.lib.optionalAttrs (system == "x86_64-linux") { devShell = self'.devShells.default; }
365363
);
366364
};
367365
}

0 commit comments

Comments
 (0)