We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8c650 commit 97a9150Copy full SHA for 97a9150
tools/ci_build/github/linux/docker/scripts/install_protobuf.sh
@@ -34,9 +34,9 @@ function GetFile {
34
return $?
35
}
36
37
-GetFile https://github.com/protocolbuffers/protobuf/archive/v3.18.1.tar.gz /tmp/src/v3.18.1.tar.gz
38
-tar -xf /tmp/src/v3.18.1.tar.gz -C /tmp/src
39
-cd /tmp/src/protobuf-3.18.1
+GetFile https://github.com/protocolbuffers/protobuf/archive/v3.20.2.tar.gz /tmp/src/v3.20.2.tar.gz
+tar -xf /tmp/src/v3.20.2.tar.gz -C /tmp/src
+cd /tmp/src/protobuf-3.20.2
40
cmake ./cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Relwithdebinfo
41
make -j$(getconf _NPROCESSORS_ONLN)
42
make install
0 commit comments