Skip to content

Commit 3b3874e

Browse files
Merge pull request #19933 from mahdipub/sets_cuda_to_default_for_all
Sets cuda_default for p Linux and removes cuda_9
2 parents 0362cb3 + 17894a5 commit 3b3874e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

buildenv/jenkins/variables/defaults.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@ boot_jdk_default:
175175
cuda:
176176
extra_configure_options: '--enable-cuda'
177177
#========================================#
178-
# CUDA version 9
179-
#========================================#
180-
cuda_9:
181-
extends: ['cuda']
182-
extra_configure_options: '--with-cuda=/usr/local/cuda-9.0'
183-
#========================================#
184178
# CUDA default version
185179
#========================================#
186180
cuda_default:
@@ -217,7 +211,7 @@ ojdk292:
217211
# Linux PPCLE 64bits
218212
#========================================#
219213
ppc64le_linux:
220-
extends: ['boot_jdk_default', 'cuda_9', 'debuginfo', 'openjdk_reference_repo', 'openssl']
214+
extends: ['boot_jdk_default', 'cuda_default', 'debuginfo', 'openjdk_reference_repo', 'openssl']
221215
boot_jdk:
222216
arch: 'ppc64le'
223217
os: 'linux'

0 commit comments

Comments
 (0)