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
We've separated out some protoc generation into https://github.com/deephaven/deephaven-base-images, protoc-base. It specifies a protoc version, but so does deephaven-core. It would be good to ensure that they are in-sync. Either:
Implicitly inherit the same version that protoc-base uses (this may be tough given the gradle configuration lifecycle)
Check at build time that the versions are the same
May be wise to set environment variable or label on base image
Furthermore, we should likely try to keep up to date with more recent versions of protoc.
The text was updated successfully, but these errors were encountered:
We've separated out some protoc generation into https://github.com/deephaven/deephaven-base-images,
protoc-base
. It specifies a protoc version, but so doesdeephaven-core
. It would be good to ensure that they are in-sync. Either:Furthermore, we should likely try to keep up to date with more recent versions of protoc.
The text was updated successfully, but these errors were encountered: