On Thu, 21 Mar 2024 15:57:37 +1100
David Gibson
I noticed the podman tests weren't actually running on my Fedora host. This turns out to be because cataonit is not in the path on Fedora (it's in /usr/libexec).
While attempting to get this working with my "test in a box" script I ran into some additional problems: the podman tests downloaded and built podman, which requires external network access. That doesn't work in an isolated network environment.
Changes since v1: * Test that podman is using the correct pasta binary * Added patch to prevent make cppcheck from checking the downloaded podman source as well.
David Gibson (5): cppcheck: Explicitly give files to check test: Make sure to update mbuto repository test: Build and download podman as a test asset test: catatonit may not be in $PATH test: Verify that podman tests are using the pasta binary we expect
Applied. -- Stefano