We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd37ed7 commit 7750b0bCopy full SHA for 7750b0b
CheckDist.sh
@@ -2,10 +2,10 @@
2
3
set -e
4
5
-bazel build --config=ci //:copy_dist_bin //:copy_dist_include //:copy_dist_codegen_plugins
+bazel build --config=ci //:copy_runfiles //:copy_dist_bin //:copy_dist_include //:copy_dist_codegen_plugins
6
7
-bazel run --config=ci //:copy_dist_bin
8
bazel run --config=ci //:copy_runfiles
+bazel run --config=ci //:copy_dist_bin
9
bazel run --config=ci //:copy_dist_include
10
bazel run --config=ci //:copy_dist_codegen_plugins
11
0 commit comments