Skip to content

Commit

Permalink
Temporarily build on CUDA 9.2 in staged-recipes
Browse files Browse the repository at this point in the history
Changes the image to use the CUDA 9.2 Docker image and constrain the
recipe to only build for CUDA 9.2.
  • Loading branch information
jakirkham committed Oct 24, 2019
1 parent b50e35c commit d82b766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
linux:
CONFIG: azure-linux-64-comp7
IMAGE_NAME: condaforge/linux-anvil-comp7
IMAGE_NAME: condaforge/linux-anvil-cuda:9.2
CF_MAX_PY_VER: 37
AZURE: True
timeoutInMinutes: 360
Expand Down
2 changes: 1 addition & 1 deletion recipes/cupy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
number: 0
skip: True # [not (linux64 and cuda_compiler_version != "None")]
skip: True # [not (linux64 and cuda_compiler_version == "9.2")]
script: "{{ PYTHON }} -m pip install . -vv"
missing_dso_whitelist:
- "*/libcuda.*"
Expand Down

0 comments on commit d82b766

Please sign in to comment.