Skip to content

Hosts templates and examples for score tools and workflows

License

Notifications You must be signed in to change notification settings

nradakovic/examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hosts templates and examples for score tools and workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Starlark 100.0%