commit | 323911941086e3c9652b98a319bcbd7dd5c9210c | [log] [tgz] |
---|---|---|
author | Kaylee Lubick <kjlubick@google.com> | Fri Sep 06 14:02:16 2024 -0400 |
committer | Kaylee Lubick <kjlubick@google.com> | Fri Sep 06 19:33:36 2024 +0000 |
tree | 0d3d5aa269b8061aa3b445b3303645dbf8133675 | |
parent | 85381f0532ecb513acb15bad1bb3d60216aa4d41 [diff] |
Update to Bazel 7 In particular this allows us to use https://bazel.build/reference/be/c-cpp#cc_library.implementation_deps Note that to update to Bazel 8, we will need to migrate to Bazel modules https://bazel.build/external/overview#bzlmod We do have to disable some tests that start failing, not because anything changed with how the C++ code was made, but with how the Bazel rules make files available. We don't have the staffing to investigate these thoroughly at the moment, so I've disabled the Bazel testing of CanvasKit (we still do BazelBuild) and the experimental Bazel-test-on-android rules. Change-Id: I21371c8d6a7a28babe2b5242dfeb61290726998a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/897100 Reviewed-by: Ben Wagner <bungeman@google.com>