Skip to content

Commit ad120a6

Browse files
committed
fix
1 parent 69844ee commit ad120a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
- name: Install dependencies
4646
shell: bash
47-
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev git-lfs
47+
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
4848
- name: Build Paimon
4949
shell: bash
5050
env:

ci/scripts/build_paimon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CMAKE_ARGS=(
2626
"-G Ninja"
2727
"-DCMAKE_BUILD_TYPE=Debug"
2828
"-DPAIMON_BUILD_TESTS=ON"
29-
"-DPAIMON_ENABLE_LANCE=ON"
29+
"-DPAIMON_ENABLE_LANCE=OFF"
3030
"-DPAIMON_ENABLE_JINDO=ON"
3131
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${PAIMON_HOME}}"
3232
)

0 commit comments

Comments
 (0)