Skip to content

Commit

Permalink
fix(ci): arrow 18.0.1 in ubutun got ubdefined function errors, try to…
Browse files Browse the repository at this point in the history
… revert to 17.0.0 (#653)

Signed-off-by: acezen <weibin.zen@gmail.com>
  • Loading branch information
acezen authored Oct 29, 2024
1 parent 294e90b commit 02d2a3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
-P /tmp/
sudo apt-get install -y /tmp/apache-arrow-apt-source-latest-"$(lsb_release --codename --short)".deb
sudo apt-get update -y
sudo apt install -y libarrow-dev \
libarrow-dataset-dev \
libarrow-acero-dev \
libparquet-dev
sudo apt install -y libarrow-dev=17.0.0-1 \
libarrow-dataset-dev=17.0.0-1 \
libarrow-acero-dev=17.0.0-1 \
libparquet-dev=17.0.0-1
sudo apt-get install -y libboost-graph-dev ccache libcurl4-openssl-dev doxygen lcov
# install benchmark
Expand Down

0 comments on commit 02d2a3f

Please sign in to comment.