Fix continuous aarch64 builds (#10067)
Some of the continuous aarch64 builds started failing yesterday because the autotools -> CMake change caused the protoc binary to end up in an unexpected location. This change fixes the problem by putting a symlink in the src/ directory.
This commit is contained in:
parent
ceaae1b6a3
commit
7f02c3b16b
@ -6,3 +6,6 @@ set -ex
|
||||
|
||||
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_WITH_ZLIB=0 .
|
||||
make -j8
|
||||
|
||||
# The Java build setup expects the protoc binary to be in the src/ directory.
|
||||
ln -s $PWD/protoc ./src/protoc
|
||||
|
Loading…
Reference in New Issue
Block a user