This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new f615dfb Move "build from linux box", since checksum module is built
from bookkeeper releases.
f615dfb is described below
commit f615dfb383e18d5900b04f3ebe31e61727d433b1
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Jun 25 13:55:56 2018 -0700
Move "build from linux box", since checksum module is built from bookkeeper
releases.
---
Release-process.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Release-process.md b/Release-process.md
index 35c1ee5..24b066c 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -76,9 +76,6 @@ git push origin v1.X.0-incubating-candidate-1
#### 3. Build and inspect the artifacts
-Perform the build in a Linux machine (that's because the build is compiling
some C source files
-for the `pulsar-checksum` module).
-
```shell
mvn install
```