AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.08k stars 351 forks source link

Cherry-pick: Add support for ppc64le architecture (#239) #251

Closed mkumatag closed 4 years ago

mkumatag commented 4 years ago

This PR is to cherry-pick #239 into v1 branch to support v1 users

mkumatag commented 4 years ago

/cc @AlecAivazis

mkumatag commented 4 years ago

@AlecAivazis all the jobs passed but ppc job failed with some timeout issue, can you help me rerunning that job to pass it.

mkumatag commented 4 years ago

@AlecAivazis all the jobs passed but ppc job failed with some timeout issue, can you help me rerunning that job to pass it.

I'm not really sure why it is getting timed out, please just rerun ppc64le sub-job only to save some time :) which is https://travis-ci.org/AlecAivazis/survey/jobs/578675452

mkumatag commented 4 years ago

@AlecAivazis are you in any slack or IRC to for a chat, I don't want to clutter this github PR with all the conversation.

AlecAivazis commented 4 years ago

Hey @mkumatag!

It's currently midnight on friday night so I won't be very responsive for a little bit. You can find me on the gophers slack tho

mkumatag commented 4 years ago

Finally, Travis job passed! 👍

mkumatag commented 4 years ago

It will be great if you can cut a v1 release with this change.