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 61741f6 commit cde4b7cCopy full SHA for cde4b7c
1 file changed
hadoop/hadoop/Dockerfile
@@ -50,7 +50,7 @@ RUN <<EOF
50
# protobuf > 3.21 bundles abseil-cpp and utf8_range as git submodules
51
git submodule update --init --recursive
52
cmake -S . -B build -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_BUILD_TESTS=OFF
53
- cmake --build build --parallel $(nproc)
+ cmake --build build --parallel "$(nproc)"
54
cmake --install build --prefix /opt/protobuf
55
fi
56
(cd .. && rm -r ${PROTOBUF_VERSION})
0 commit comments