-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Change travis.yml from linux-ppc64le to separte os and arch tags for travsi-ci.com #1198
Comments
Is this something you feel comfortable tackling, @jayfurmanek? 🙂 |
There’s a bit more than just this change I think. I’ve tried on some of my non-forge local repos and the new instances fired up super fast (containers vs VMs) but quickly errored. I’ll try to at least identify what’s needed here and update this issue. |
Ah ok. Thanks for clarifying. Yeah additional guidance would be good. |
The new travis-ci.com uses LXD containers. Running Docker in LXD containers is weird. It seems there is no TTY, so the
Which is an issue with the overlay storage driver that docker uses not working right in an LXD environment. A similar issue over in the kube community: kubernetes/minikube#946 I'll try a few things. |
So on my chromebook which also runs linux in an lxd container the storage driver for docker is |
I tried to have it start up just a hello-world container and that worked ok. |
@jayfurmanek do you have a sample repository that we can play around with for this? |
I've dug into the images, and found the cause for the issue. Will make the changes soonish after landing the new image builds |
Nice! |
Issue: travis-ci.com needs different os/arch defines in the travis.yml
https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z
We currently use the method below, which is now marked legacy:
For the new style, we need to use:
The text was updated successfully, but these errors were encountered: