fasterci / rules_gitops

Apache License 2.0
17 stars 6 forks source link

run prer from a rule #26

Open apesternikov opened 4 months ago

apesternikov commented 4 months ago

Description

prer should be able to run from a bazel rule. This will allow to skip bazel build for all referred gitops targets. Also, since binary resolving is happening in bazel rule implementation, it is guaranteed to include all required runfiles.

Related Issue

https://github.com/fasterci/rules_gitops/issues/6

Motivation and Context

See https://github.com/fasterci/rules_gitops/issues/6