|
1 | 1 |  OpenCyphal Containerized Toolchains |
2 | 2 | =================== |
3 | 3 |
|
4 | | -This repository contains the Dockerfiles, instructions, and some utilities for building containers to be used as common |
5 | | -toolchains for OpenCyphal projects. These containers are published to the |
6 | | -[opencyphal organization on Github](https://github.com/orgs/OpenCyphal/packages) and are used by the build automation |
7 | | -for OpenCyphal projects. You can use these same containers to get consistent build results in your local development |
8 | | -environment. |
| 4 | +This repository contains the Dockerfiles, instructions, and some utilities for |
| 5 | +building containers to be used as common toolchains and development environments |
| 6 | +for OpenCyphal projects. These containers are published to the [opencyphal |
| 7 | +organization on Github](https://github.com/orgs/OpenCyphal/packages) and are used |
| 8 | +by the build automation for OpenCyphal projects. You can use these same |
| 9 | +containers to get consistent build results in your local development environment. |
| 10 | + |
| 11 | +### opencyphal/c_cpp |
| 12 | + |
| 13 | +[](https://github.com/OpenCyphal/docker_toolchains/actions/workflows/c_cpp.yml) |
| 14 | + |
| 15 | +The [Open Cyphal c_cpp |
| 16 | +container](https://github.com/OpenCyphal/docker_toolchains/pkgs/container/c_cpp) |
| 17 | +is based on various Ubuntu releases with the container tag being the latest build |
| 18 | +of our c_cpp container based on a given release. This container provides the |
| 19 | +necessary compilers and utilities to build and run OpenCyphal C or C++ projects |
| 20 | +like [libcanard](https://github.com/OpenCyphal/libcanard) and |
| 21 | +[Nunavut](https://github.com/OpenCyphal/nunavut). |
| 22 | + |
| 23 | +#### Supported Versions |
| 24 | + |
| 25 | +| tag | Python | Gcc | Clang | Cmake | Other Utilities | |
| 26 | +|----------|--------|-----|-------|-------|-------| |
| 27 | +| [ubuntu-20.04](https://github.com/OpenCyphal/docker_toolchains/pkgs/container/c_cpp/69896735?tag=ubuntu-20.04) | 3.10 | 9.3.0 | 10.0.0 | 3.16.3 | <ul><li>qemu</li><li>can-utils</li><li>sonar-scanner</li></ul> | |
| 28 | + |
| 29 | +You can use this in your workflow yaml like this: |
| 30 | + |
| 31 | +```none |
| 32 | +jobs: |
| 33 | + my-job: |
| 34 | + runs-on: ubuntu-latest |
| 35 | + container: ghcr.io/opencyphal/c_cpp:ubuntu-20.04 |
| 36 | +``` |
| 37 | + |
| 38 | + |
| 39 | +### opencyphal/texer |
| 40 | + |
| 41 | + [LaTeX](https://www.latex-project.org/) toolchain. Will be migrated to github actions soon, stay tuned! |
| 42 | + |
| 43 | + ### opencyphal/toxic |
| 44 | + |
| 45 | + Python toolchain. Will be migrated to github actions soon. Stay tuned! |
0 commit comments