Skip to content

Commit 2cb34dd

Browse files
committed
fix use of cc_binary in the test because things changed under us
1 parent 2b467bb commit 2cb34dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rpm/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
load("@bazel_skylib//rules:build_test.bzl", "build_test")
1717
load("@bazel_skylib//rules:diff_test.bzl", "diff_test")
18+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
1819
load("@rules_python//python:defs.bzl", "py_library", "py_test")
1920
load("@rules_shell//shell:sh_library.bzl", "sh_library")
2021
load(

0 commit comments

Comments
 (0)