Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline just variable in backtick invocation #995

Closed
mihaigalos opened this issue Oct 12, 2021 · 1 comment
Closed

Inline just variable in backtick invocation #995

mihaigalos opened this issue Oct 12, 2021 · 1 comment

Comments

@mihaigalos
Copy link

Hi,

So I'm trying to use a just variable inside a backtick invovation using the following syntax:

bazel_remote_cache_port := "9091"
remote_cache := `nc -zvw3 $DEVELOPER_PC_IP {{bazel_remote_cache_port}} && echo --remote_cache=http://$DEVELOPER_PC_IP:{{bazel_remote_cache_port}} || echo -n ""`

Is this a limitation atm?

@casey
Copy link
Owner

casey commented Oct 12, 2021

Hi Mihai, that is indeed not possible at the moment. This is a feature that I definitely want to implement, and there's a PR implementing it, but it's a bit stalled at the moment. See #11 for the issue and #822 for the PR.

@casey casey closed this as completed Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants