https://github.com/josiahsrc/bazel_playground
Wherein Josiah tests stuff with Bazel
https://github.com/josiahsrc/bazel_playground
Last synced: 3 months ago
JSON representation
Wherein Josiah tests stuff with Bazel
- Host: GitHub
- URL: https://github.com/josiahsrc/bazel_playground
- Owner: josiahsrc
- License: mit
- Created: 2020-12-17T14:53:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T12:33:49.000Z (almost 5 years ago)
- Last Synced: 2026-01-01T01:03:35.100Z (6 months ago)
- Language: Starlark
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel Playground
Testing grounds for bazel projects. Below are details on how to run each project.
## 00_golang_hello
```
bazel run 00_golang_hello/cmd
```
## 01_bazel_gazelle
```
bazel run 01_bazel_gazelle/cmd/cli
```
## 02_bazel_protobufs
This one doesn't work at the moment. There is structure here for protobufs, but couldn't get autocomplete working with protobufs.
## 03_bazel_go_dlls
```
bazel run 03_bazel_go_dlls:java_prog
```
or
```
bazel run 03_bazel_go_dlls:cc_prog
```
## 04_bazel_java2go_starlark_dlls
```
bazel run 04_bazel_java2go_starlark_dlls:java_prog
```
## 05_go_starlark_interp
```
bazel run 05_go_starlark_interp:prog
```