CI: List all installed RPM packages
This commit is contained in:
parent
c506822a65
commit
5747e8994f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user