Skip to content

Commit

Permalink
Looks like apache changed its apt repos for arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcdonnell-kx committed Jul 29, 2021
1 parent 68844f5 commit a7167de
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt update
sudo apt install -y -V ca-certificates lsb-release wget
if [ $(lsb_release --codename --short) = "stretch" ]; then
sudo tee /etc/apt/sources.list.d/backports.list <<APT_LINE
deb http://deb.debian.org/debian $(lsb_release --codename --short)-backports main
APT_LINE
fi
wget https://apache.bintray.com/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
sudo apt install -y -V ca-certificates lsb-release wget
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt update
sudo apt install -y -V libarrow-dev
sudo apt install -y -V libparquet-dev
Expand Down

0 comments on commit a7167de

Please sign in to comment.