Skip to content

Commit

Permalink
fix: protoc install
Browse files Browse the repository at this point in the history
Wrong prefix was used, so `protoc` was missing from final `tools` image.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Mar 10, 2023
1 parent 601e347 commit e6b2956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- |
tar -xzf protobuf.tar.gz --strip-components=1
cmake . -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_ABSL_PROVIDER=package
cmake . -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_ABSL_PROVIDER=package -DCMAKE_INSTALL_PREFIX=${TOOLCHAIN}
build:
- |
make -j $(nproc)
Expand Down

0 comments on commit e6b2956

Please sign in to comment.