aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/docker/uhd-builder-fedora33.Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* ci: Remove Fedora 33 and add Fedora 35Steven Koo2022-02-041-59/+0
| | | | | | Fedora 33 is going EOL and Fedora 35 was recently released Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add gnuradio deps to imagesSteven Koo2022-01-251-0/+23
| | | | | | | Adding gnuradio deps to build gnuradio as a job in uhd's pipeline Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add clang as a compiler to all Fedora and Ubuntu containersMartin Braun2021-07-121-0/+1
|
* ci: Linux and Windows uhd build docker imagesSteven Koo2021-03-121-0/+35
This commit adds Pipeline support for building uhd toolchain docker images. The Dockerfiles specify the required dependencies to build uhd. These can then be used in downstream pipelines to build uhd. It's also possible to use the Dockerfiles using "docker build" and "docker run" to locally create the toolchain to build uhd. Signed-off-by: Steven Koo <steven.koo@ni.com>