Skip to content

Unbreak the testsuite by supporting pacman 5.1

Jelle van der Waa requested to merge pacman51 into master

Created by: eli-schwartz

@pierres Is there a particular reason this was initially done via tmpfs?

Note that the specific error condition there will no longer be triggered by pacman 5.1.1 whenever that lands, but I still consider it sort of bad practice (plus I want to more closely mimic makechrootpkg itself). AFAICT docker creates a new container each time regardless.

If it's especially useful to ensure the /build directory is not persisted between runs (efficiency? I don't know enough about how docker works) I think it makes more sense to use makepkg --clean in the testsuite itself.

Merge request reports