Skip to content

Commit

Permalink
Changed protoc to build v3.13.0 (#4575)
Browse files Browse the repository at this point in the history
Needed for Torch v1.10.2
  • Loading branch information
stemann authored Mar 7, 2022
1 parent 59b91eb commit 5ddadc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions P/protoc/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using BinaryBuilder, Pkg

name = "protoc"
version = v"3.19.4"
version = v"3.13.0"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/protocolbuffers/protobuf.git", "22d0e265de7d2b3d2e9a00d071313502e7d4cccf"),
GitSource("https://github.com/protocolbuffers/protobuf.git", "fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit 5ddadc0

Please sign in to comment.