Skip to content

Commit

Permalink
Build and upload from the right platforms
Browse files Browse the repository at this point in the history
 - build (and test) on all three CUDA supported platforms
 - upload only from linux-64 for linux packages
 - note this is handled in CI config files on conda-forge
  • Loading branch information
danpetry committed May 20, 2024
1 parent 07c54c0 commit 4e937fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# without this, only the linux-64 noarch package will be uploaded
# which is not what we want
noarch_upload: [linux-64, win-64]
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:
build:
number: 0
noarch: generic
skip: true # [osx or (linux and s390x)]

requirements:
run:
Expand Down

0 comments on commit 4e937fe

Please sign in to comment.