Skip to content

Commit

Permalink
update azure-pipelines-linux.yml for CUDA 12.0 -> 12.6 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 27, 2025
1 parent f0e3204 commit aeff377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- publish: build_artifacts/linux-64/
artifact: conda_pkgs_linux_64_cuda118

- job: linux_64_cuda_120
- job: linux_64_cuda_126
dependsOn: linux_64
condition: and(not(eq(variables['Build.SourceBranch'], 'refs/heads/main')), eq(dependencies.linux_64.outputs['linux_64_build.NEED_CUDA'], '1'))
pool:
Expand Down Expand Up @@ -133,11 +133,11 @@ jobs:
mkdir -p build_artifacts/linux-64/
export CI=azure
export CONFIG=linux64_cuda120
export CONFIG=linux64_cuda126
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-x86_64:alma9
export AZURE=True
.scripts/run_docker_build.sh
displayName: Run docker build for CUDA 12.0
displayName: Run docker build for CUDA 12.6
- publish: build_artifacts/linux-64/
artifact: conda_pkgs_linux_64_cuda120
artifact: conda_pkgs_linux_64_cuda126

0 comments on commit aeff377

Please sign in to comment.