Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run aarch64 and ppc64le on azure #18

Merged
merged 4 commits into from
Feb 6, 2023

Conversation

beenje
Copy link
Contributor

@beenje beenje commented Feb 3, 2023

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

aarch64 and ppc64le weren't build in previous PR. Trying to bump the build number to see if a new pipeline will help.
This is not supposed to be merged as is.

Update: forcing to build on azure (this is slow but more reliable than Travis).

aarch64 and ppc64le weren't build
@beenje beenje requested a review from bourtemb as a code owner February 3, 2023 09:48
@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@beenje
Copy link
Contributor Author

beenje commented Feb 3, 2023

@conda-forge-admin, please rerender

@github-actions
Copy link

github-actions bot commented Feb 3, 2023

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/cpptango-feedstock/actions/runs/4082982607.

@beenje beenje marked this pull request as draft February 3, 2023 09:49
@beenje
Copy link
Contributor Author

beenje commented Feb 3, 2023

Ping @conda-forge/core
PR to rebuild the package for aarch64 and ppc64le #16 worked fine and was merged last week.

Today, when I made a PR to release a new version #17, only Azure Pipelines were run. No Travis CI. The new arch aren't built.

Is something missing in the feedstock?
I opened this PR to check. I can see that Travis is still not run.

@hmaarrfk
Copy link

hmaarrfk commented Feb 4, 2023

Travis has been having intermittent outages. I recommend that you move to to azure for al builds if possible.

Since you can already cross compile OSX-arm. it usually is pretty easy to cross compile LINUX too.

Add

build_platform:
  osx_arm64: osx_64
  linux_pcc64le: linux_64
  linux_aarch64: linux_64

to https://github.com/beenje/cpptango-feedstock/blob/build-missing-arch/conda-forge.yml#L2

and rerender. it should be able to build things on azure quickly.

Travis is having issues
@beenje
Copy link
Contributor Author

beenje commented Feb 6, 2023

@conda-forge-admin, please rerender

@github-actions
Copy link

github-actions bot commented Feb 6, 2023

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you but ran into some issues. Please check the output logs of the latest rerendering GutHub actions workflow run for errors. You can also ping conda-forge/core for further assistance or try re-rendering locally.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/cpptango-feedstock/actions/runs/4102966724.

@beenje
Copy link
Contributor Author

beenje commented Feb 6, 2023

@conda-forge-admin, please rerender

@beenje
Copy link
Contributor Author

beenje commented Feb 6, 2023

Thanks @hmaarrfk! I had issue rendering the feedstock with your suggestion. It worked by forcing the providers:

provider:
   linux_aarch64: azure
   linux_ppc64le: azure

I saw that in conda-forge/scotch-feedstock@8559c8a when looking at conda-forge/conda-forge.github.io#1875

@beenje beenje changed the title Draft: Bump build number to build missing arch Run aarch64 and ppc64le on azure Feb 6, 2023
@beenje beenje marked this pull request as ready for review February 6, 2023 14:50
@beenje beenje merged commit 7431ed4 into conda-forge:main Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants