Skip to content

Commit 47dc7c5

Browse files
author
Ubuntu
committed
Fix release job and sha
1 parent 61870fe commit 47dc7c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/linux-build-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
CCACHE_DIR: ${{ github.workspace }}/ccache
3838
VELOX_DEPENDENCY_SOURCE: SYSTEM
3939
cudf_SOURCE: BUNDLED
40+
proj_SOURCE: BUNDLED
4041
CUDA_VERSION: '12.8'
4142
faiss_SOURCE: BUNDLED
4243
USE_CLANG: "${{ inputs.use-clang && 'true' || 'false' }}"

CMake/resolve_dependency_modules/proj.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include_guard(GLOBAL)
1616
set(VELOX_PROJ_BUILD_VERSION 9.3.0)
1717
set(
1818
VELOX_PROJ_BUILD_SHA256_CHECKSUM
19-
8e2b37a70a3c5ac90d70c4a45d54f2ebc8babd7c6f84a2cf5f66b5e09f05c1fa
19+
f48c334eaf56c38d681bcfa37f188f422a562f45a66e6e646a79b4249641ecdb
2020
)
2121
string(
2222
CONCAT

0 commit comments

Comments
 (0)