Skip to content

Commit

Permalink
[VL] Fix compression type 2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Mar 25, 2024
1 parent e00f051 commit b0d9e58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build Gluten velox third party
run: |
yum install sudo patch java-1.8.0-openjdk-devel -y && \
yum install sudo patch dnf java-1.8.0-openjdk-devel -y && \
cd $GITHUB_WORKSPACE/ep/build-velox/src && \
./get_velox.sh && \
source /opt/rh/devtoolset-9/enable && \
Expand Down
1 change: 1 addition & 0 deletions dev/vcpkg/ports/folly/fix-deps.patch
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ index 4b78e9f..ac83c99 100644
+if (NOT CMAKE_DISABLE_FIND_PACKAGE_LZ4)
+ find_package(lz4 CONFIG)
+ if(TARGET lz4::lz4)
+ set(FOLLY_HAVE_LIBLZ4 1)
+ list(APPEND FOLLY_LINK_LIBRARIES lz4::lz4)
+ endif()
endif()
Expand Down
4 changes: 2 additions & 2 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ function process_setup_centos7 {
# No need to re-install git.
sed -i 's/dnf_install ccache git/dnf_install ccache/' scripts/setup-centos7.sh
# cmake 3 and ninja should be installed
sed -i '/^run_and_time install_cmake/d' scripts/setup-centos7.sh
sed -i '/^run_and_time install_ninja/d' scripts/setup-centos7.sh
# sed -i '/^run_and_time install_cmake/d' scripts/setup-centos7.sh
# sed -i '/^run_and_time install_ninja/d' scripts/setup-centos7.sh

# install gtest
sed -i '/^ run_and_time install_folly/a \ \ run_and_time install_gtest' scripts/setup-centos7.sh
Expand Down

0 comments on commit b0d9e58

Please sign in to comment.