Skip to content

Commit 370b917

Browse files
committed
fix: remove copy_runfiles
1 parent c6bbfc3 commit 370b917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CheckDist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
bazel build --config=ci //:copy_runfiles //:copy_dist_bin //:copy_dist_include //:copy_dist_codegen_plugins
5+
bazel build --config=ci //:copy_dist_bin //:copy_dist_include //:copy_dist_codegen_plugins
66

77
bazel run --config=ci //:copy_dist_bin
88
bazel run --config=ci //:copy_dist_include

0 commit comments

Comments
 (0)