forked from conda-forge/cuda-toolkit-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build and upload from the right platforms
- 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
Showing
3 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# without this, only the linux-64 noarch package will be uploaded | ||
# which is not what we want | ||
noarch_upload: | ||
- [linux-64, win-64] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ source: | |
build: | ||
number: 0 | ||
noarch: generic | ||
skip: true # [osx or (linux and s390x)] | ||
|
||
requirements: | ||
run: | ||
|