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 9e0d653  Updated Release Candidate Validation (markdown)
9e0d653 is described below

commit 9e0d653cdae34f4755edcf64699c24fb583de6da
Author: guangning <[email protected]>
AuthorDate: Wed Apr 8 20:45:40 2020 +0800

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

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 3eebd0b..81f2130 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -674,12 +674,9 @@ In debian 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 dist-upgrade
-# apt-get install -y git curl gcc libstdc++6
+# apt-get install -y git curl gcc
 # 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