You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/12/08 01:56:43 UTC

[incubator-mxnet] branch v1.x updated: Change gcc 8 PPA to ppa:jonathonf/gcc (#19638)

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

zha0q1 pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new bbfccae  Change gcc 8 PPA to ppa:jonathonf/gcc (#19638)
bbfccae is described below

commit bbfccaebb7fbb023459f142c594ea9b42ba84621
Author: kpuatamazon <56...@users.noreply.github.com>
AuthorDate: Tue Dec 8 01:55:21 2020 +0000

    Change gcc 8 PPA to ppa:jonathonf/gcc (#19638)
---
 ci/docker/install/ubuntu_gcc8.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/docker/install/ubuntu_gcc8.sh b/ci/docker/install/ubuntu_gcc8.sh
index cd31f82..7488aae 100755
--- a/ci/docker/install/ubuntu_gcc8.sh
+++ b/ci/docker/install/ubuntu_gcc8.sh
@@ -17,7 +17,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-sudo add-apt-repository ppa:jonathonf/gcc-8.0
-sudo add-apt-repository ppa:jonathonf/gcc-7.3
+sudo add-apt-repository ppa:jonathonf/gcc
 sudo apt-get update || true
 sudo apt-get install -y gcc-8 g++-8