-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
CALL FOR HELP: New Builds Broken due to Ubuntu 20+ build failures. #750
Comments
Same thing, locally and in Github CI:
|
I haven't encountered that issue in my Docker Ansible role still running on 18.04, but I'm wondering—if these tests are run in Docker containers, have you set cgroupns mode to host, and set the cgroup volume to |
Sorry, my post is poorly written. The 18.04 containers are the ONLY ones that build. Anything higher causes service installation to fail on Docker Build, not run. Do those settings affect build runs? |
@geerlingguy I think it's the same thing that was happening here: geerlingguy/drupal-vm#2090
|
@jonpugh I have some interest in investigating this stuff, I'd like to see the project working (selfishly so I can mess around with it and maybe run some Drupal sites, but also as an available alternative for orgs it would be a fit for). I am 100% new to the codebase though, is https://docs.opendevshop.com/developing-devshop/developing-devshop the current recommended dev setup? I can't make any promises of efficacy, but I'd like to get in, poke around, tinker with things, and see if by chance/luck, I can fix any issues. The last few time I tried to spin up a digital ocean droplet and try this out, it failed for me and I assume for the reason outlined here as I was on a newer Ubuntu version. Anyhow, no promises of results as I said, but I just want to confirm the docs above are the best route to tinkering, thanks! |
I never got that issue resolved in the Drupal VM image build :( It was a weird issue that would probably require a lot more debug work—and I believe was only reproducing in the GitHub Actions environments, which made it even harder to debug. |
@dustinleblanc I have been using the @geerlingguy thanks for chiming in. I've pretty much given up at this point. Local builds work again, and tests pass using the old containers, so ... 🤷🏻 |
First time I installed on 22.04 with 1.8.0-beta3, I was not getting mysql started properly, as above. Next issue, I was getting php 7.4 -- I was able to edit the |
I have had to keep CI and local builds running on 18.04 because anything higher just won't build. Installing any service, Mysql, apache, in Docker builds with a base image higher than ubuntu 18 always fails, locally and in github CI with:
Maybe it's something to do with geerlingguy/drupal-vm#2156 or geerlingguy/drupal-vm#2090
Things were ok, because we could still build on Ubuntu18... Until April rolled around.
Now, Ubuntu 18 is EOL. Which means, PHP Packages no longer exist. Which means...
All docker builds are failing.
I have spent so much time struggling with these things it has destroyed the project.
We are at a standstill. Can anyone help?
Here is the latest failure: https://github.com/opendevshop/devshop/actions/runs/5534546712/jobs/10099651001#step:9:2662
The text was updated successfully, but these errors were encountered: