Demo server session_write_close(): Write failed: No space left on device (28)
Demo server seems to have run out of disk space. https://demo.phpmyadmin.net/master-config/public/
Thanks for the report. I cleaned up a few things to make some space and it's working for now, but it's still pretty tight so I'm going to leave this open for a bit longer.
Maybe we could use a tmpfs for sessions, so that never happens for a long time that said the build script would still fail
@williamdes is the full git repository needed for the build? It's about 2Gb currently
@williamdes is the full git repository needed for the build? It's about 2Gb currently
No not at all, but we need the QA branch and the main branch to be able to git worktree them That's a bit more complicated to get without a full clone. Maybe there is a command to trim the history, or we could download tarballs from GitHub directly?
I also wondered if a shallow clone would work for this, but I agree that the history could get difficult with all the branches. I haven’t tested this scenario but it might help us.
I also wondered if a shallow clone would work for this, but I agree that the history could get difficult with all the branches. I haven’t tested this scenario but it might help us.
In fact multi shallow clone did seem to be equal or grater than the size of one repo using worktrees and sharing the same git objects. The CI could build us tarballs that we install on the server afterwards.