https://github.com/eclipse-score/examples
Hosts templates and examples for score tools and workflows
https://github.com/eclipse-score/examples
Last synced: 3 months ago
JSON representation
Hosts templates and examples for score tools and workflows
- Host: GitHub
- URL: https://github.com/eclipse-score/examples
- Owner: eclipse-score
- License: other
- Created: 2025-02-20T07:46:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T13:16:06.000Z (over 1 year ago)
- Last Synced: 2025-02-25T14:29:38.911Z (over 1 year ago)
- Language: Starlark
- Homepage: https://eclipse-score.github.io/examples
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples Repository
This repository serves as a template for setting up tools and toolchains used in Score, providing small examples that demonstrate how these tools work in practice.
## Available Toolchains
Currently, the repository includes:
- LLVM from the Bazel community
## Setting Up Toolchains in Your Module
To integrate a toolchain into your Bazel module, follow these steps:
- Copy the relevant content from MODULE.bazel in this repository.
- Add the necessary bazel_dep() entries to your module’s MODULE.bazel file.
- Ensure your build configurations align with the toolchain requirements.
This approach allows developers to quickly set up and reuse toolchains in their own projects with minimal effort.