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

https://github.com/aherrmann/bazel-override-action-path


https://github.com/aherrmann/bazel-override-action-path

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

```
$ bazel build //:demo
Target //:demo up-to-date:
bazel-bin/demo.run
bazel-bin/demo.run_shell
INFO: Build completed successfully, 1 total action

$ cat bazel-bin/demo.run
PATH: /custom

$ cat bazel-bin/demo.run_shell
PATH: /custom
```