This is an automated email from the ASF dual-hosted git repository.

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new d1cf258  Updated Release Candidate Validation (markdown)
d1cf258 is described below

commit d1cf25835dcc01ba5376eb66d43d7bfe8f4627ea
Author: guangning <[email protected]>
AuthorDate: Wed Apr 8 20:16:04 2020 +0800

    Updated Release Candidate Validation (markdown)
---
 Release-Candidate-Validation.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 220990c..d45713f 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -674,9 +674,12 @@ In ubuntu container, navigate to the `/pulsar` directory.
 a) Install go.
 
 ```shell
+# apt install software-properties-common
+# add-apt-repository ppa:ubuntu-toolchain-r/test
 # apt-get update
 # apt-get -y upgrade
-# apt-get install -y git curl gcc
+# apt-get dist-upgrade
+# apt-get install -y git curl gcc libstdc++6
 # curl -O https://storage.googleapis.com/golang/go1.12.1.linux-amd64.tar.gz
 # tar -xvf go1.12.1.linux-amd64.tar.gz
 # mv go /usr/local

Reply via email to