Skip to content

Commit

Permalink
Put a note about protobuf 3.12.3 is wrong.
Browse files Browse the repository at this point in the history
Cannot revert to 3.11.4 because grpc relies on it.
protocolbuffers/protobuf#7637
  • Loading branch information
xkszltl committed Jul 31, 2020
1 parent 0998299 commit 273467b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win/pkgs/protobuf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $latest_ver='v' + $($(git ls-remote --tags "$repo") -match '.*refs/tags/v[0-9\.]

# Both 3.12.2 and 3.12.4 failed for the same issue.
# - https://github.com/protocolbuffers/protobuf/issues/7567
# 3.12.3 is actually master.
# - https://github.com/protocolbuffers/protobuf/issues/7637
$latest_ver='v3.12.3'

git clone --depth 1 --recursive --single-branch -b "$latest_ver" -j8 "$repo"
Expand Down

0 comments on commit 273467b

Please sign in to comment.