BewareMyPower commented on PR #45: URL: https://github.com/apache/pulsar-client-cpp/pull/45#issuecomment-1285123998
@RobertIndie The previous `docker-build.sh` and `docker-test.sh` scripts were removed because now we build and run tests on a Ubuntu based GitHub runner. `docker-format.sh` is only used to format code. However, it also uses a manually maintained pre-built Docker image that contains all dependencies, like other `docker-xxx` scripts. It's too heavy. Though this PR adds `docker-format.sh` back, it's just convenient for non-Ubuntu users. It's lightweight because it only installs a `clang-format-11` based on a official `ubuntu:20.04` image and doesn't run `cmake`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
