summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2021-11-09 18:26:30 +0100
committerGitHub <noreply@github.com>2021-11-09 18:26:30 +0100
commit2103d78e0b3d1e69bbeb3c6c2ce121bb958fdf40 (patch)
treef3b4a710fd0ed592fe7d4b0c7eb4aa0f36e7c7ff /nixos
parent2b8ec4baebdf9091b91e8ee8e9879f8371e74693 (diff)
parent8f4289267c3083e18e5f71e4ed5105d1c99109c1 (diff)
Merge pull request #144930 from artemist/bcachefs
linux_testing_bcachefs, bcachefs-tools: upgrade
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index a48dcda94d7e..39b4be0b4f7d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -33,7 +33,7 @@ in
avahi-with-resolved = handleTest ./avahi.nix { networkd = true; };
babeld = handleTest ./babeld.nix {};
bazarr = handleTest ./bazarr.nix {};
- bcachefs = handleTestOn ["x86_64-linux"] ./bcachefs.nix {}; # linux-4.18.2018.10.12 is unsupported on aarch64
+ bcachefs = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bcachefs.nix {};
beanstalkd = handleTest ./beanstalkd.nix {};
bees = handleTest ./bees.nix {};
bind = handleTest ./bind.nix {};