-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
brew-file no longer expands custom environment variables for brewfile includes #109
Comments
Thank you for the report. It seems it does not work in M1 Mac (arm64) environment. On my Mac (M1 Mac), it works in Rosetta, x86_64 environment, but does not work in arm64 environment. There is a something wrong in Python's
Line 83 in e5b1556
One question: Do you remember if it works even in arm64 previously? |
In my case, the problem is happening on both of my Intel Macs. I haven't checked on my M1 Mac, but I assuming it's happening there as well.
Thank you! |
I may have misunderstood the issue. I ran I'm not sure what the exact issue is, but what happens is the following:
So even though, in the debugger, I can watch |
Another data point: After doing
However, when I do
|
Thanks for the information! I think you have used brew-wrap But, I'm sorry, the implementation of brew-wrap at v8.5.5 was wrong I fixed it in v8.5.6. Could you please update brew-file and try it?
|
Great, this seems to work on v8.5.6! Thank you |
I'm not sure if this recent change was intentional or not, but previously I could define custom shell variables in my environment like:
And then include appropriate brewfiles using those variables:
This seems to no longer work for any custom environment variables I've set.
Another example is that worked until recently:
Then include:
Standard variables like
$HOSTNAME
still seem to work.The text was updated successfully, but these errors were encountered: