We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69844ee commit ad120a6Copy full SHA for ad120a6
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45
- name: Install dependencies
46
shell: bash
47
- run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev git-lfs
+ run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
48
- name: Build Paimon
49
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=ON"
+ "-DPAIMON_ENABLE_LANCE=OFF"
30
"-DPAIMON_ENABLE_JINDO=ON"
31
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${PAIMON_HOME}}"
32
)
0 commit comments