CI: List all installed RPM packages

This commit is contained in:
Miro Hrončok 2022-12-12 22:38:04 +01:00
parent c506822a65
commit 5747e8994f

View File

@ -41,6 +41,8 @@
- smoke312: - smoke312:
dir: python/smoke dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh run: VERSION=3.12 METHOD=virtualenv ./venv.sh
- rpm_qa:
run: rpm -qa | sort
required_packages: required_packages:
- gcc - gcc
- virtualenv - virtualenv
@ -53,3 +55,4 @@
- python3.11-devel - python3.11-devel
- python3.12-devel - python3.12-devel
- tox - tox
- rpm