Skip to content

Commit c0d20a2

Browse files
committed
skip on windows
1 parent ee640e8 commit c0d20a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/packaging/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
load("@bazel_skylib//rules:build_test.bzl", "build_test")
1616
load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
1717
load("//tests/support:sh_py_run_test.bzl", "py_reconfig_test")
18+
load("//tests/support:support.bzl", "SUPPORTS_BOOTSTRAP_SCRIPT")
1819

1920
build_test(
2021
name = "bzl_libraries_build_test",
@@ -32,6 +33,7 @@ py_reconfig_test(
3233
# Needed until https://github.com/bazelbuild/rules_pkg/issues/929 is fixed
3334
# See: https://github.com/bazelbuild/rules_python/issues/2489
3435
relative_venv_symlinks = "no",
36+
target_compatible_with = SUPPORTS_BOOTSTRAP_SCRIPT,
3537
)
3638

3739
pkg_tar(

0 commit comments

Comments
 (0)