An open API service indexing awesome lists of open source software.

https://github.com/jonathanmorley/bazel-example


https://github.com/jonathanmorley/bazel-example

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bazel Example

## Usage

`bazel build ... --action_env=HOME=$HOME`

The addition of the HOME env var is necessary if you are using asdf

The CI GitHub action is callable

## Projects

### Rust Binary (`rust-bin`)

A simple rust binary, should be published as a zip to GitHub Releases