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 17d30f0 commit 1be1417Copy full SHA for 1be1417
dev-support/docker/pkg-resolver/install-protobuf.sh
@@ -49,7 +49,7 @@ if [ "$version_to_install" == "3.25.5" ]; then
49
curl -L -s -S \
50
https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz \
51
-o /opt/abseil-cpp.tar.gz &&
52
- tar xzf /opt/abseil-cpp.tar.gz --strip-components 1 -C protobuf-src/third_party/abseil-cpp &&
+ tar xzf /opt/abseil-cpp.tar.gz --strip-components 1 -C /opt/protobuf-src/third_party/abseil-cpp &&
53
cd /opt/protobuf-src &&
54
cmake -S . -B build -Dprotobuf_BUILD_TESTS=OFF &&
55
cmake --build build --parallel $(nproc) &&
0 commit comments