We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7897e7 commit 5fc3ce5Copy full SHA for 5fc3ce5
.github/workflows/test.yaml
@@ -42,9 +42,8 @@ jobs:
42
steps:
43
- name: Checkout paimon-cpp
44
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45
- - name: Install dependencies
46
- shell: bash
47
- run: head -n 5 /home/runner/work/paimon-cpp/paimon-cpp/third_party/lumina/lib/liblumina.so
+ with:
+ lfs: true
48
- name: Build Paimon
49
shell: bash
50
env:
ci/scripts/build_paimon.sh
@@ -26,7 +26,7 @@ CMAKE_ARGS=(
26
"-G Ninja"
27
"-DCMAKE_BUILD_TYPE=Debug"
28
"-DPAIMON_BUILD_TESTS=ON"
29
- "-DPAIMON_ENABLE_LANCE=OFF"
+ "-DPAIMON_ENABLE_LANCE=ON"
30
"-DPAIMON_ENABLE_JINDO=ON"
31
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${PAIMON_HOME}}"
32
)
0 commit comments