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

Support ?= in [environment] section #103

Open
awelzel opened this issue Jul 10, 2024 · 0 comments
Open

Support ?= in [environment] section #103

awelzel opened this issue Jul 10, 2024 · 0 comments

Comments

@awelzel
Copy link
Contributor

awelzel commented Jul 10, 2024

In this PR I've used the following pattern to allow users to override an environment variable externally:

[environment]
HILTI_JIT_PARALLELISM=`bash -c 'echo ${HILTI_JIT_PARALLELISM:-1}'`

Would it make sense to support HILTI_JIT_PARALLELISM?=1 similar to the Makefile style? For "tweakable" environment variables?

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

1 participant