Skip to content

Releases: protocolbuffers/protobuf-ci

v1.0.5

03 May 18:46
3dc0599
Compare
Choose a tag to compare
  • Fixed ccache setup to use our pinned version (4.8 by default) instead of the runner's default (4.3)
  • Allow configuration of ccache version
  • Upgrade to ccache 4.8 by default

v1.0.4

24 Apr 23:52
3258f69
Compare
Choose a tag to compare

Add support for other versions of MSVC

v1.0.3

04 Mar 03:21
86a2a6e
Compare
Choose a tag to compare

Updates cross compilation to work with our release static binaries

v1.0.2

28 Feb 07:07
Compare
Choose a tag to compare

Allow specification of image for cross-compilation. Without this, bumping our base image version would be very difficult

v1.0.1

25 Feb 04:07
a99554a
Compare
Choose a tag to compare

Improves upon the initial release by propagating the version ref down to nested action calls.

Previously, we would just call nested actions at @v1. This would have made changes very difficult to qualify, and opened us up to possible version skew. As of this release, any action call will use the exact snapshot of this repo specified by the caller.

v1.0.0

23 Feb 23:06
Compare
Choose a tag to compare

Initial release, directly ported from protocolbuffers/protobuf.