Skip to content

Commit ad29135

Browse files
committed
fix
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent c3a73d8 commit ad29135

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/velox_backend_x86.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,9 @@ jobs:
12911291
ccache-centos9-release-shared-${{runner.arch}}
12921292
- name: Build Gluten native libraries
12931293
run: |
1294+
repo_url="https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo"
1295+
dnf config-manager --add-repo "$repo_url"
1296+
dnf install -y libnvjitlink-devel-12-8
12941297
df -a
12951298
bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF --build_arrow=OFF --spark_version=3.4 --enable_gpu=ON
12961299
ccache -s

0 commit comments

Comments
 (0)