Skip to content

Commit

Permalink
Some CI fixes
Browse files Browse the repository at this point in the history
Change-Id: Ieaf5302599a83f35ceaf3c4c8ffbe63c03619d98
  • Loading branch information
wesm committed Jan 30, 2019
1 parent 71e4e9b commit 93d417b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/travis_env_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export NODE_NO_WARNINGS=1
export MINICONDA=$HOME/miniconda
export CONDA_PKGS_DIRS=$HOME/.conda_packages

export ARROW_LLVM_VERSION=7.0
export ARROW_LLVM_VERSION=7
export CONDA_LLVM_VERSION="7.0.*"

export ARROW_CPP_DIR=$TRAVIS_BUILD_DIR/cpp
Expand Down
1 change: 0 additions & 1 deletion ci/travis_install_clang_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ source $TRAVIS_BUILD_DIR/ci/travis_env_common.sh
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo apt-add-repository -y \
"deb https://llvm.org/apt/$DISTRO_CODENAME/ llvm-toolchain-$DISTRO_CODENAME-$ARROW_LLVM_VERSION main"
>>>>>>> Build project with LLVM 7. Add option to disable using ld.gold
sudo apt-get update -qq
sudo apt-get install -q clang-$ARROW_LLVM_VERSION clang-format-$ARROW_LLVM_VERSION clang-tidy-$ARROW_LLVM_VERSION
2 changes: 1 addition & 1 deletion ci/travis_install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
set -x
if [ "$DISTRO_CODENAME" != "trusty" ]; then
if [ "$ARROW_TRAVIS_GANDIVA" == "1" ]; then
sudo apt-get install -y -qq llvm-6.0-dev
sudo apt-get install -y -qq llvm-$ARROW_LLVM_VERSION-dev
fi

sudo apt-get install -y -qq maven
Expand Down

0 comments on commit 93d417b

Please sign in to comment.