This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 02d2a3f9 fix(ci): arrow 18.0.1 in ubutun got ubdefined function
errors, try to revert to 17.0.0 (#653)
02d2a3f9 is described below
commit 02d2a3f9ddfb810c0cb1bdeba87fe1699698b6c3
Author: Weibin Zeng <[email protected]>
AuthorDate: Wed Oct 30 00:33:32 2024 +0800
fix(ci): arrow 18.0.1 in ubutun got ubdefined function errors, try to
revert to 17.0.0 (#653)
Signed-off-by: acezen <[email protected]>
---
.github/workflows/ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1378a5c2..430adc08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]