merlimat commented on a change in pull request #9389:
URL: https://github.com/apache/pulsar/pull/9389#discussion_r569800338
##########
File path: pulsar-client-cpp/docker/build-client-lib-within-docker.sh
##########
@@ -23,9 +23,9 @@ set -e -x
cd /pulsar/pulsar-client-cpp
-find . -name CMakeCache.txt | xargs rm
-find . -name CMakeFiles | xargs rm -rf
-rm lib/*.pb.*
+find . -name CMakeCache.txt | xargs -r rm
Review comment:
What is the `-r` option for `xargs`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]