You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Using Protocol Buffers with Bazel has always been difficult.
9
9
- Nearly every Bazel user has waited for `protoc` to compile from sources many, MANY times.
10
10
This universally slows down builds, especially due to issues like https://github.com/bazelbuild/bazel/issues/7095 where it is observed to be easily cache-busted.
11
11
- The protobuf Bazel module is quite complex and maintenance and support from the protobuf team has been inconsistent.
12
-
By using pre-built artifacts, Bazel users can follow the same well-tested as users of other build systems.
12
+
By using pre-built artifacts, Bazel users can follow the same well-tested codepaths as users of other build systems.
13
13
- Relying on the protobuf runtime for each language from the `@com_google_protobuf` repo forces you to use
14
14
the same version of the runtime for all languages in a monorepo, and matching protoc.
15
15
This makes it difficult to migrate to a monorepo, allowing some applications to move from their separate repo without
0 commit comments