Skip to content

Commit

Permalink
Skip busybox test on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Mar 11, 2021
1 parent 6637cfa commit 708d867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,12 @@ sh_test(
data = [
"//nixpkgs:srcs",
"//tests/invalid_nixpkgs_package:srcs",
"@busybox_static//:bin",
"@nix-unstable//:bin",
] + select({
"@platforms//os:linux": ["@busybox_static//:bin"],
"//conditions:default": [],
}),
target_compatible_with = [
"@platforms//os:linux",
],
)

0 comments on commit 708d867

Please sign in to comment.