Skip to content

Commit

Permalink
[7.1.0] Make sure we build as well as test //src/tools/execlog/... on…
Browse files Browse the repository at this point in the history
… CI.

Cherry-pick only: also fix a target that currently fails to build due to a
bad dependency.

PiperOrigin-RevId: 604423841
Change-Id: I641b5e75ae52dc65ecb264c87dc46426acf64cb1
  • Loading branch information
tjgq committed Feb 6, 2024
1 parent edd44fd commit 7d624aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tasks:
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "//src/tools/execlog/..."
test_flags:
- "--config=ci-linux"
# Override REMOTE_NETWORK_ADDRESS since bazel_sandboxing_networking_test doesn't work on this platform
Expand Down
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tasks:
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "//src/tools/execlog/..."
test_flags:
- "--config=ci-linux"
# Override REMOTE_NETWORK_ADDRESS since bazel_sandboxing_networking_test doesn't work on this platform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ java_library(
],
deps = [
"//src/main/java/com/google/devtools/build/lib/exec:spawn_log_context_utils",
"//src/main/java/com/google/devtools/build/lib/util/io:io-proto",
"//src/main/java/com/google/devtools/build/lib/util/io",
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:spawn_java_proto",
"//third_party:auto_value",
Expand Down

0 comments on commit 7d624aa

Please sign in to comment.