mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
fix fedora ci tests: install @development-tools
Sometime pip dependencies required a C compiler because they need to compile something during installation.
This commit is contained in:
parent
9b44dcd073
commit
102340ec5a
@ -161,7 +161,8 @@ fedora_latest:
|
|||||||
- echo "keepcache=True" >> /etc/dnf/dnf.conf
|
- echo "keepcache=True" >> /etc/dnf/dnf.conf
|
||||||
|
|
||||||
- dnf -y update || dnf -y update
|
- dnf -y update || dnf -y update
|
||||||
- dnf -y install findutils
|
- dnf -y install @development-tools
|
||||||
|
findutils
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
java-1.8.0-openjdk-devel
|
java-1.8.0-openjdk-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user