conda-forge / ghc-feedstock

A conda-smithy repository for ghc.
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

aarch64 PR #12

Closed step21 closed 4 years ago

step21 commented 4 years ago

Checklist

conda-forge-linter commented 4 years ago

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

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

conda-forge-linter commented 4 years ago

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.

I do have some suggestions for making it better though...

For recipe:

Documentation on acceptable licenses can be found here.

step21 commented 4 years ago

@conda-forge-admin, please rerender

conda-forge-linter commented 4 years ago

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.

I do have some suggestions for making it better though...

For recipe:

Documentation on acceptable licenses can be found here.

conda-forge-linter commented 4 years ago

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.

github-actions[bot] commented 4 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was not passing and not merged.

isuruf commented 4 years ago

@step21, tests are failing. Ping me once the tests pass and I'll merge.

step21 commented 4 years ago

@isuruf I thought I had taken out ppc64le again, but apparently only locally. I was testing it on CI, but turns out it needs a much more extensive build as upstream does not provide a tarball for it, so everything has to be built from scratch and an existing ghc from yum or similar used for bootstrapping, so I decided to take it out, but apparently forgot to push.

isuruf commented 4 years ago

You can install using yum on CI by adding a yum_requirements.txt file to the recipe folder.

step21 commented 4 years ago

thanks. I will just take much longer and probably take too long for CI, so I decided to take it out for now. Is it also possible to only use yum_requirements.txt for one arch?

isuruf commented 4 years ago

Is it also possible to only use yum_requirements.txt for one arch?

It's not at the moment.

I will just take much longer and probably take too long for CI, so I decided to take it out for now.

You can try cross-compiling from x86_64 to ppc64le