Skip to content

Commit

Permalink
COMP: remove MacOS and Windows self-hosted Cuda python packages
Browse files Browse the repository at this point in the history
MacOS will probably never be built since NVIDIA will give up on Cuda
for MacOS after v10.2. Windows packages will be compiled later.
  • Loading branch information
Simon Rit committed Mar 18, 2020
1 parent 2683eed commit df54c6f
Showing 1 changed file with 15 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,18 @@ jobs:
SourceFolder: $(Build.SourcesDirectory)
Contents: '**/*'

# MacOS Python CUDA
- job: 'PackageMacOS'
displayName: "Build macOS Python packages"
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
name: 'Default'
demands: Agent.OS -equals Darwin

steps:
- template: Common/AzurePipelinesMacOSPython_Common.yml
- task: DeleteFiles@1
inputs:
SourceFolder: $(Build.SourcesDirectory)
Contents: '**/*'

# Windows Python CUDA
- job: 'PackageWindows'
displayName: "Build Windows Python packages"
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
name: 'Default'
demands: Agent.OS -equals Windows_NT

steps:
- template: Common/AzurePipelinesWindowsPython_Common.yml
- task: DeleteFiles@1
inputs:
SourceFolder: $(Build.SourcesDirectory)
Contents: '**/*'
## Windows Python CUDA
#- job: 'PackageWindows'
# displayName: "Build Windows Python packages"
# timeoutInMinutes: 0
# cancelTimeoutInMinutes: 300
# pool:
# name: 'Default'
# demands: Agent.OS -equals Windows_NT
#
# steps:
# - template: Common/AzurePipelinesWindowsPython_Common.yml
# - task: DeleteFiles@1
# inputs:
# SourceFolder: $(Build.SourcesDirectory)
# Contents: '**/*'

0 comments on commit df54c6f

Please sign in to comment.