https://github.com/aherrmann/bazel-override-action-path
https://github.com/aherrmann/bazel-override-action-path
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aherrmann/bazel-override-action-path
- Owner: aherrmann
- Created: 2021-05-31T12:20:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T12:20:29.000Z (about 5 years ago)
- Last Synced: 2025-10-08T00:45:59.975Z (8 months ago)
- Language: Starlark
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```