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

Add missing musl skip for ppc64le builds (backport #1109) #1110

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 22, 2024

This is an automatic backport of pull request #1109 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

This commit fixes an issue in the ppc64le wheel builds. One of the two
ppc64le wheel build jobs was incorrectly attempting to build wheels for
musl environments which isn't a supported platform and the jobs failed
to configure. This commit just adds the missing skip for those
environments to the job configuration to fix this issue.

Co-authored-by: Ivan Carvalho <8753214+IvanIsCoding@users.noreply.github.com>
(cherry picked from commit f4f1212)
@mtreinish mtreinish added the automerge Queue a approved PR for merging label Feb 22, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8005432321

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.602%

Totals Coverage Status
Change from base Build 7988719542: 0.0%
Covered Lines: 16746
Relevant Lines: 17335

💛 - Coveralls

@mergify mergify bot merged commit 5dc2a31 into stable/0.14 Feb 22, 2024
27 checks passed
@mergify mergify bot deleted the mergify/bp/stable/0.14/pr-1109 branch February 22, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants