The GitHub Actions job "PR Labeler" on 
pekko-grpc.git/fix/gradle-cache-relocatable-logfile has failed.
Run started by GitHub user ribafish (triggered by pjfanning).

Head commit for run:
584cefb0b5180936513a41b7a88900cb2b17d28f / Gasper Kojek <[email protected]>
Use relative path for logfile_enc protoc plugin option

The logfile_enc option passed to the pekko-grpc protoc plugin
contained an absolute path (project.buildDir), which the
protobuf-gradle-plugin registers as a task input for
GenerateProtoTask. This broke Gradle build cache relocatability:
builds of the same commit from different checkout directories
produced different cache keys.

Switch to a path relative to the project directory. The protoc
plugin process runs with the project directory as its working
directory, so the relative path resolves to the same file.

The absolute Path used by printProtocLogs is unchanged.

Report URL: https://github.com/apache/pekko-grpc/actions/runs/23288566066

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to