File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 52
52
- " -DFLB_SANITIZE_THREAD=On"
53
53
- " -DFLB_SIMD=On"
54
54
- " -DFLB_SIMD=Off"
55
+ - " -DFLB_ARROW=On"
55
56
cmake_version :
56
57
- " 3.31.6"
57
58
compiler :
66
67
compiler :
67
68
cc : clang
68
69
cxx : clang++
70
+ - flb_option : " -DFLB_ARROW=On"
71
+ compiler :
72
+ cc : clang
73
+ cxx : clang++
69
74
permissions :
70
75
contents : read
71
76
steps :
86
91
with :
87
92
repository : calyptia/fluent-bit-ci
88
93
path : ci
94
+ - name : Setup Apache Arrow libraries for parquet
95
+ run : |
96
+ sudo apt-get update
97
+ sudo apt-get install -y -V ca-certificates lsb-release wget
98
+ wget https://packages.apache.org/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
99
+ sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
100
+ sudo apt-get update
101
+ sudo apt-get install -y -V libarrow-glib-dev libparquet-glib-dev
89
102
90
103
- name : ${{ matrix.compiler.cc }} & ${{ matrix.compiler.cxx }} - ${{ matrix.flb_option }}
91
104
run : |
You can’t perform that action at this time.
0 commit comments