Skip to content

Commit

Permalink
[cpp-build] Do not install libsnappy at each build (apache#5458)
Browse files Browse the repository at this point in the history
* [cpp-build] Do not install libsnappy at each build

* Fixed usage of deleted script
  • Loading branch information
merlimat authored and aahmed-se committed Oct 31, 2019
1 parent 7b5693f commit 7abe690
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ if [ "$1" != "skip-clean" ]; then
find . -name CMakeFiles | xargs rm -rf
fi

$DOCKER_CMD bash -c "cd /pulsar/pulsar-client-cpp && ./docker-lib-check.sh && cmake . $CMAKE_ARGS && make check-format && make -j8"
$DOCKER_CMD bash -c "cd /pulsar/pulsar-client-cpp && cmake . $CMAKE_ARGS && make check-format && make -j8"
23 changes: 0 additions & 23 deletions pulsar-client-cpp/docker-lib-check.sh

This file was deleted.

2 changes: 1 addition & 1 deletion pulsar-client-cpp/docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ done

# Start 2 Pulsar standalone instances (one with TLS and one without)
# and execute the tests
$DOCKER_CMD bash -c "cd /pulsar/pulsar-client-cpp && ./docker-lib-check.sh && ./run-unit-tests.sh ${tests}"
$DOCKER_CMD bash -c "cd /pulsar/pulsar-client-cpp && ./run-unit-tests.sh ${tests}"

0 comments on commit 7abe690

Please sign in to comment.