We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a73d8 commit ad29135Copy full SHA for ad29135
1 file changed
.github/workflows/velox_backend_x86.yml
@@ -1291,6 +1291,9 @@ jobs:
1291
ccache-centos9-release-shared-${{runner.arch}}
1292
- name: Build Gluten native libraries
1293
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
1297
df -a
1298
bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF --build_arrow=OFF --spark_version=3.4 --enable_gpu=ON
1299
ccache -s
0 commit comments