We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61870fe commit 47dc7c5Copy full SHA for 47dc7c5
.github/workflows/linux-build-base.yml
@@ -37,6 +37,7 @@ jobs:
37
CCACHE_DIR: ${{ github.workspace }}/ccache
38
VELOX_DEPENDENCY_SOURCE: SYSTEM
39
cudf_SOURCE: BUNDLED
40
+ proj_SOURCE: BUNDLED
41
CUDA_VERSION: '12.8'
42
faiss_SOURCE: BUNDLED
43
USE_CLANG: "${{ inputs.use-clang && 'true' || 'false' }}"
CMake/resolve_dependency_modules/proj.cmake
@@ -16,7 +16,7 @@ include_guard(GLOBAL)
16
set(VELOX_PROJ_BUILD_VERSION 9.3.0)
17
set(
18
VELOX_PROJ_BUILD_SHA256_CHECKSUM
19
- 8e2b37a70a3c5ac90d70c4a45d54f2ebc8babd7c6f84a2cf5f66b5e09f05c1fa
+ f48c334eaf56c38d681bcfa37f188f422a562f45a66e6e646a79b4249641ecdb
20
)
21
string(
22
CONCAT
0 commit comments