[MDEV-25819] Clean up buildbot images from manual/old extra packages Created: 2021-05-30 Updated: 2021-05-31 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Otto Kekäläinen | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
While investigating the regression of 10.5 builds after commit d7321893d I noticed that the configure stage when it runs on buildbot.askmonty.org kvm-sid-amd64 prints out different dependencies than what a build in a clean environment would. In a clean environment only dependencies listed in the debian/control file are installed. On buildbot builders however all dependencies are installed manually and thus are out of sync with debian/control contents, in this case specifically that there are more libraries installed than there should. Below is a diff of a clean build and of that reveals the differences of dependencies found in the configure stage:
|