Skip to content

Commit 7750b0b

Browse files
committed
Copy runfiles first
1 parent bd37ed7 commit 7750b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CheckDist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
set -e
44

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

7-
bazel run --config=ci //:copy_dist_bin
87
bazel run --config=ci //:copy_runfiles
8+
bazel run --config=ci //:copy_dist_bin
99
bazel run --config=ci //:copy_dist_include
1010
bazel run --config=ci //:copy_dist_codegen_plugins
1111

0 commit comments

Comments
 (0)