https://github.com/jonathanmorley/bazel-example
https://github.com/jonathanmorley/bazel-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanmorley/bazel-example
- Owner: jonathanmorley
- License: apache-2.0
- Created: 2022-04-14T17:33:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T18:06:03.000Z (about 3 years ago)
- Last Synced: 2023-05-19T19:24:33.049Z (about 3 years ago)
- Language: Starlark
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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