rpm-software-management / librpm.rs

Rust bindings to the RPM Package Manager libraries (librpm, librpmbuild, librpmsign)
https://rustrpm.org/librpm/
Mozilla Public License 2.0
31 stars 14 forks source link

Fedora CI needs `dnf groupinstall "Development Tools"` #42

Closed tarcieri closed 10 months ago

tarcieri commented 2 years ago

It's failing because it can't find cc:

https://github.com/rpm-software-management/librpm.rs/runs/8039145443?check_suite_focus=true

error: linker `cc` not found

cc @Conan-Kudo

Conan-Kudo commented 2 years ago

That's weird... We install the gcc package right? That includes /usr/bin/cc.

tarcieri commented 2 years ago

Yeah I'm confused as well. Wasn't it working?

Conan-Kudo commented 2 years ago

Yeah, it was. I'm not sure what's going on now...

Conan-Kudo commented 10 months ago

This is fixed now.