You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids installing `software-properties-common` in the
container, instead manually setting up the PPA again. Accordingly,
it is not necessary to uninstall any packages to avoid high bloat
in the image, so that is removed. Other cleanup is still done.
This also removes the old `git` and packages that were marked as
automatically installed that were only needed as its dependencies,
and shows details about the `git` that is installed.
For s390x, this works to cause the test suite to use a s390x build
of `git`, at a reasonably new version as provided by the PPA. That
should happen for some other targets, but not all. This therefore
shows the `git` version as well as examining the executable to
report its architecture while the container is being built.
Note that this does not yet appear sufficient to produce the s390x
test failures mentioned in GitoxideLabs#1687 and discused in GitoxideLabs#1698 comments.
(That might relate to how this is still just testing `max-pure`.)
0 commit comments