[2.x] Remote caching support#7525
Merged
Merged
Conversation
eed3si9n
force-pushed
the
wip/remoteapis
branch
2 times, most recently
from
April 5, 2024 05:23
13ba037 to
ebb6414
Compare
Member
Author
|
Most test failures seem to have the stacktrace of Potentially some incompatibility due to protobuf? |
Member
Member
Author
In sbt/zinc#1347 I originally tried to backport "Bump protobuf-java 3.25.3" to Zinc 1.x and realized some tests failed, so probably the incompatibility between protobuf-java 3.25.3 (and ScalaPB?) is the issue, which I did upgrade in the Zinc 2.x branch. |
This implements Bazel-compat remote caching support via a plugin.
Member
|
Hey I rebased the changes to fix the conflicts and I force pushed. @eed3si9n You'll need to pull again if you want to change anything. |
adpi2
reviewed
Apr 11, 2024
Co-authored-by: adpi2 <adrien.piquerez@gmail.com>
Co-authored-by: adpi2 <adrien.piquerez@gmail.com>
eed3si9n
force-pushed
the
wip/remoteapis
branch
from
April 14, 2024 18:58
493d5ec to
9bc0ba5
Compare
adpi2
approved these changes
Apr 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements Bazel-compat remote caching support via a plugin. See https://eed3si9n.com/sbt-remote-cache-with-bazel-compat/ for details.