1414# limitations under the License.
1515
1616cuda_oldest : &cuda_oldest '12.0'
17- cuda_newest : &cuda_newest '12.8 '
17+ cuda_newest : &cuda_newest '12.9 '
1818
1919# The GPUs to test on
2020# Note: This assumes that the appropriate gpu_build_archs are set to include building for the GPUs listed here
2323 - ' v100'
2424
2525# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
26- devcontainer_version : ' 25.08 '
26+ devcontainer_version : ' 25.10 '
2727
2828# Each environment below will generate a unique build/test job
2929# See the "compute-matrix" job in the workflow for how this is parsed and used
@@ -46,5 +46,5 @@ pull_request:
4646 - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
4747 - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '13', exe: 'g++'}, gpu_build_archs: '80', std: [17], jobs: ['build']}
4848 - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'arm64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '60,90', std: [17], jobs: ['build']}
49- - {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '14 ', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build']}
50- - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '16 ', exe: 'clang++'}, gpu_build_archs: '90', std: [17], jobs: ['build']}
49+ - {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '18 ', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build']}
50+ - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '18 ', exe: 'clang++'}, gpu_build_archs: '90', std: [17], jobs: ['build']}
0 commit comments