mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
* chore: move github runners to ubuntu-22.04 * use docker image with openssl 1.1 preinstalled * using non-interactive mode for github actions * remove starting docker * remove starting docker service * install openssl 1.1 on ubuntu-22.04 * minor fixes * compiling from source * check openssl version * check openssl version before running tox * use exports when running tox * fix typo * overwrite OPENSSL_VERSION var * minor fixes * use python3.9 before installing openssl-1.1 * download python and configure openssl1.1 * adding sudo to configure * use sudo for make * minor fixes * using python venv to run tox * Apply changes to all tests