From a854667d356cac930abb8967c9840b3df66c15ea Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Thu, 11 Mar 2021 18:12:18 +0100 Subject: [PATCH] Add comment explaining why busybox is disabled --- tests/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD.bazel b/tests/BUILD.bazel index 5b5e06e56..30210a829 100644 --- a/tests/BUILD.bazel +++ b/tests/BUILD.bazel @@ -134,6 +134,7 @@ sh_test( "//conditions:default": [], }), target_compatible_with = [ + # busybox_static is not available on MacOS. "@platforms//os:linux", ], )