gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

tests: Add Fedora 32 and remove obsolete versions #585

Closed argilo closed 3 years ago

argilo commented 3 years ago

Fedora 21, 24, 25 and 26 have been unsupported for a long time, so I'm removing them. I've adapted the Fedora 26 docker file to Fedora 32 by replacing Python 2 with Python 3 and I'm now waiting for the container to build.

@jkbecker

argilo commented 3 years ago

The container built successfully and I was able to compile a flow graph with grcc.

jkbecker commented 3 years ago

Seems like good cleanup to me. 👍