Re: [Openvpn-devel] [PATCH v2] GitHub Actions: Use Docker Images for Ubuntu test runs

2022-08-23 Thread Timo Rothenpieler
On 23/08/2022 15:42, Timo Rothenpieler wrote: +run: docker exec ovpn -e DEBIAN_FRONTEND=noninteractive sh -c "apt update && apt install -y liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev linux-libc-dev man2html libcmocka-dev python3-docutils build-essential pkgconf libtool automake au

[Openvpn-devel] [PATCH v2] GitHub Actions: Use Docker Images for Ubuntu test runs

2022-08-23 Thread Timo Rothenpieler
The ubuntu-18.04 base image is deprecated and in the process of being phased out: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ It is already causing build failures during the scheduled periods men