Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silkeh/docker-clang
Dockerfiles for Clang and LLVM
https://github.com/silkeh/docker-clang
Last synced: 3 days ago
JSON representation
Dockerfiles for Clang and LLVM
- Host: GitHub
- URL: https://github.com/silkeh/docker-clang
- Owner: silkeh
- License: eupl-1.2
- Created: 2018-07-20T09:24:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:23:07.000Z (21 days ago)
- Last Synced: 2024-10-23T22:43:22.929Z (21 days ago)
- Language: Python
- Size: 93.8 KB
- Stars: 96
- Watchers: 5
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Clang / LLVM docker containers
[![docker](https://img.shields.io/docker/pulls/silkeh/clang.svg)](https://hub.docker.com/r/silkeh/clang/)A collection of images containing official Clang/LLVM releases.
All Docker images are generated in GitLab CI, and can be found [here][artifacts].The `latest` tag contains the latest stable LLVM version on the latest stable Debian version.
The `dev` tag contains a nightly build of the unstable branch from .The versions and contents of the Debian packages are generated based on [config.yaml][],
in which new versions of LLVM and Debian can be added.[config.yaml]: https://gitlab.com/silkeh/docker-clang/-/blob/master/config.yaml
[pipeline]: https://gitlab.com/silkeh/docker-clang/pipelines/master/latest
[artifacts]: https://gitlab.com/silkeh/docker-clang/-/jobs/artifacts/master/browse/dockerfiles?job=generate