Skip to content

Commit

Permalink
try getting multi-os ci by specifying noarch_platforms (#8)
Browse files Browse the repository at this point in the history
* try getting multi-os ci by specifying noarch_platforms

this may result in builds running on all specified OS
re-render pull request to check

* MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.19.12.38.33

* update hash

* bump build number

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
joXemMx and conda-forge-webservices[bot] authored Aug 19, 2023
1 parent 3b6a6a0 commit 8ee4b42
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 23 deletions.
7 changes: 1 addition & 6 deletions .azure-pipelines/azure-pipelines-linux.yml
100644 → 100755

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

3 changes: 1 addition & 2 deletions .azure-pipelines/azure-pipelines-osx.yml
100644 → 100755

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

4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml
100644 → 100755

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

2 changes: 0 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
coin_or_cbc:
- '2.10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
coin_or_cbc:
- '2.10'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
8 changes: 2 additions & 6 deletions .scripts/run_osx_build.sh
100644 → 100755

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

2 changes: 1 addition & 1 deletion azure-pipelines.yml

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

4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ github:
conda_build:
error_overlinking: true
conda_forge_output_validation: true
noarch_platforms:
- linux_64
- win_64
- osx_64
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ package:

source:
url: https://github.com/boecker-lab/sirius-client-openAPI/archive/refs/tags/{{ version }}.zip
sha256: 63e0066f517bdc457d9adb0c920e4f94c67d178d68ffe7f19ad2ab8ce43eb8d6
sha256: c26bbeb8b0b1c8a7894ab07254b5e0d7b681dbd1412b9ed7ff200c16ba3f2b0c

build:
noarch: generic
number: 1
number: 2
merge_build_host: True # [win]
rpaths:
- lib/R/lib/
Expand Down

0 comments on commit 8ee4b42

Please sign in to comment.