As suggested in #761 this adds a job for Arch Linux (base 20230723.0.166908), but since I was already at it also Debian 11 bullseye and Debian 12 bookworm, to the pull request workflow.
During testing I stumbled across a linting error thrown by the newer flake8 version in the Arch job, see
I altered the mentioned equality checks in test/py/libvfio_user.py to fix this.
This does three things:
As suggested in #761 this adds a job for Arch Linux (base 20230723.0.166908), but since I was already at it also Debian 11 bullseye and Debian 12 bookworm, to the pull request workflow.
During testing I stumbled across a linting error thrown by the newer flake8 version in the Arch job, see I altered the mentioned equality checks in
test/py/libvfio_user.py
to fix this.It also bumps the version of Github Actions to v3 in all workflows. v2 will apparently be deprecated over the summer, see https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ and
I already tested this on my own runner, see https://github.com/gierens/libvfio-user/actions/runs/5868047364 or seems to work. I'm also a bit surprised how fast the arch job is.