Skip to content

Commit 748dad5

Browse files
authored
Removed docker-build.sh script (#46)
* Removed docker-build.sh script * Removed ref to docker-format.sh
1 parent ebc4437 commit 748dad5

4 files changed

Lines changed: 1 addition & 201 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,7 @@ Pulsar C++ Client Library has been tested on:
7373

7474
## Compilation
7575

76-
### Compile within a Docker container
77-
78-
You can compile the C++ client library within a Docker container that already
79-
contains all the required dependencies.
80-
81-
```shell
82-
./docker-build.sh
83-
```
84-
85-
Run unit tests:
86-
```shell
87-
./docker-tests.sh
88-
```
89-
90-
### Compile on Ubuntu Server 20.04
76+
### Compile on Ubuntu
9177

9278
#### Install all dependencies:
9379

@@ -238,6 +224,4 @@ cd tests
238224

239225
It's required to install [LLVM](https://llvm.org/builds/) for `clang-tidy` and `clang-format`. Pulsar C++ client use `clang-format` 6.0+ to format files. `make format` automatically formats the files.
240226

241-
Use `pulsar-client-cpp/docker-format.sh` to ensure the C++ sources are correctly formatted.
242-
243227
We welcome contributions from the open source community, kindly make sure your changes are backward compatible with GCC 4.8 and Boost 1.53.

docker-build.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

docker-format.sh

Lines changed: 0 additions & 47 deletions
This file was deleted.

docker-tests.sh

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)