Automated fix for refs/heads/master (#34212)

PanCakes to the rescue!

We noticed that our 'sanity' test was going to fail, but we think we can
fix that automatically, so we put together this PR to do just that!

If you'd like to opt-out of these PR's, add yourself to NO_AUTOFIX_USERS
in .github/workflows/pr-auto-fix.yaml

Co-authored-by: sergiitk <sergiitk@users.noreply.github.com>
pull/34075/head^2
github-actions[bot] 2 years ago committed by GitHub
parent e4d598ab64
commit 548c75e3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CMakeLists.txt
  2. 1
      build_autogenerated.yaml

1
CMakeLists.txt generated

@ -14441,6 +14441,7 @@ target_include_directories(inter_activity_pipe_test
target_link_libraries(inter_activity_pipe_test
${_gRPC_ALLTARGETS_LIBRARIES}
gtest
absl::hash
absl::type_traits
absl::statusor
gpr

@ -10007,6 +10007,7 @@ targets:
- test/core/promise/inter_activity_pipe_test.cc
deps:
- gtest
- absl/hash:hash
- absl/meta:type_traits
- absl/status:statusor
- gpr

Loading…
Cancel
Save