-
Notifications
You must be signed in to change notification settings - Fork 64
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
lfc and build-lfc errors on MacOS after commit 7249b778283cbf0b63623a9f0427684755da7f1b #651
Comments
Thanks for reporting this! It is unfortunate that We might want to check |
One option would be to Would this be acceptable, or should we really write our own bash code to resolve this? One advantage of the |
I think we shouldn't assume probably that brew is installed on MacOS since it is not a natively installed application and it is not a light commitment to install it. |
Should we revert the merge until this is resolved? |
Doing so will break lfc.ps1 so I’d prefer not to. We could push a fix
tonight…
On Wed, Oct 20, 2021 at 4:07 PM Soroush Bateni ***@***.***> wrote:
Should we revert the merge until this is resolved?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#651 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYD47F7XUY4QPCMTTVGND3UH5DRXANCNFSM5GMWYQCQ>
.
--
…--
Marten Lohstroh | Postdoctoral Researcher
University of California | 545Q Cory Hall
Berkeley, CA 94720 | +1 510 282 9135
|
I wouldn't be able to help out tonight. I can take a stab at it tomorrow morning. |
BTW, I would have expected |
In lieu of tests (forthcoming) could you please check whether |
Here's the error message:
Based on a brief search, seems like the cause is that readlink on Mac does not have the --f flag.
The text was updated successfully, but these errors were encountered: