quick-caravan-31864
05/29/2024, 5:54 PMshell_command
rule? i.e. always run it, don't cache it. We have.... reasons. I tried e.g. extra_env_vars=["TIME=$(date +%Y%m%d%H%M%S)"],
and such, but it's not re-evaluatingbroad-processor-92400
05/29/2024, 7:33 PM$(…)
process substitution in strings like that, but you can use the “bootstrap” file to have it set from outside, e.g. https://github.com/pantsbuild/pants/discussions/20368#discussioncomment-8752863quick-caravan-31864
05/29/2024, 8:46 PM