Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahdietz/bazel-microgen-test
Personal repository to host a debugging project
https://github.com/noahdietz/bazel-microgen-test
Last synced: 13 days ago
JSON representation
Personal repository to host a debugging project
- Host: GitHub
- URL: https://github.com/noahdietz/bazel-microgen-test
- Owner: noahdietz
- License: apache-2.0
- Created: 2020-02-05T04:54:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T18:58:15.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T20:49:15.683Z (2 months ago)
- Language: Starlark
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bazel-microgen-test
This repository is strictly for debugging the `go_gapic_library` Bazel target,
implemented by `gapic-generator-go`.In `repositories.bzl` change the `path` attribute of the `local_repository`
rule named `com_googleapis_gapic_generator_go` to the path of a local copy of
`gapic-generator-go`. This project will build with the local copy's definition
of `go_gapic_library`.Once the path is changed, from the project root directory simply run
`bazel build :echo_go_gapic`.# Disclaimer
This is **not** a canonical example and should not be used as a basis for
generating a production library.This is not a product of my employer and will not be supported as one. This is
purely for personal development.