You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/01/28 12:05:05 UTC

[arrow] branch master updated: ARROW-4400: [CI] Switch to https repo for llvm

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

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 16d53c3  ARROW-4400: [CI] Switch to https repo for llvm
16d53c3 is described below

commit 16d53c3c3a80d90de56716ba635180669fd04f26
Author: Pindikura Ravindra <ra...@dremio.com>
AuthorDate: Mon Jan 28 13:04:33 2019 +0100

    ARROW-4400: [CI] Switch to https repo for llvm
    
    Author: Pindikura Ravindra <ra...@dremio.com>
    
    Closes #3511 from pravindra/arrow-4400 and squashes the following commits:
    
    80f66b82 <Pindikura Ravindra> ARROW-4400:  Switch to https repo for llvm
---
 ci/travis_install_clang_tools.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/travis_install_clang_tools.sh b/ci/travis_install_clang_tools.sh
index ec9d3fe..9e974db 100755
--- a/ci/travis_install_clang_tools.sh
+++ b/ci/travis_install_clang_tools.sh
@@ -22,8 +22,8 @@ set -ex
 
 source $TRAVIS_BUILD_DIR/ci/travis_env_common.sh
 
-wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
+wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
 sudo apt-add-repository -y \
-     "deb http://llvm.org/apt/$DISTRO_CODENAME/ llvm-toolchain-$DISTRO_CODENAME-6.0 main"
+     "deb https://apt.llvm.org/$DISTRO_CODENAME/ llvm-toolchain-$DISTRO_CODENAME-6.0 main"
 sudo apt-get update -qq
 sudo apt-get install -q clang-6.0 clang-format-6.0 clang-tidy-6.0