Brian Silverman | 8dd8a05 | 2018-09-02 17:08:31 -0700 | [diff] [blame] | 1 | sh_binary( |
| 2 | name = "quiet_success", |
| 3 | srcs = ["quiet_success.sh"], |
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame^] | 4 | target_compatible_with = ["@platforms//os:linux"], |
Brian Silverman | 8dd8a05 | 2018-09-02 17:08:31 -0700 | [diff] [blame] | 5 | visibility = ["//visibility:public"], |
| 6 | ) |
Austin Schuh | 3a2f4a4 | 2020-09-16 14:10:39 -0700 | [diff] [blame] | 7 | |
| 8 | py_binary( |
| 9 | name = "jinja2_generator", |
| 10 | srcs = ["jinja2_generator.py"], |
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame^] | 11 | target_compatible_with = ["@platforms//os:linux"], |
Austin Schuh | 3a2f4a4 | 2020-09-16 14:10:39 -0700 | [diff] [blame] | 12 | visibility = ["//visibility:public"], |
| 13 | deps = ["@python_jinja2"], |
| 14 | ) |