Skip to content

Commit

Permalink
Add CMAKE_VERSION to cuda jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 30, 2024
1 parent 5afa5f7 commit 0cddc49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,7 @@ tasks:
template: docker-tests/github.cuda.yml
params:
env:
CMAKE_VERSION: 3.25.0
UBUNTU: 20.04
image: ubuntu-cuda-cpp

Expand All @@ -1367,17 +1368,19 @@ tasks:
template: docker-tests/github.cuda.yml
params:
env:
UBUNTU: 22.04
CMAKE_VERSION: 3.25.0
CUDA: 11.7.1
UBUNTU: 22.04
image: ubuntu-cuda-cpp

test-cuda-python-ubuntu-22.04-cuda-11.7.1:
ci: github
template: docker-tests/github.cuda.yml
params:
env:
UBUNTU: 22.04
CMAKE_VERSION: 3.25.0
CUDA: 11.7.1
UBUNTU: 22.04
image: ubuntu-cuda-python

############################## Fuzz tests #################################
Expand Down

0 comments on commit 0cddc49

Please sign in to comment.