-
Notifications
You must be signed in to change notification settings - Fork 8
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
General problem with toolchain.bzl #31
Comments
Can you use "--verbose_failures" (scrubbing out anything you need to). That doesn't look like a change I made. Are you on an interesting platform at all? Weird version of bash? Will look into. |
I forgot: this was OS X and I was running a zsh.
… Am 13.02.2018 um 19:08 schrieb Alex McArther ***@***.***>:
Can you use "--verbose_failures" (scrubbing out anything you need to).
That doesn't look like a change I made. Are you on an interesting platform at all? Weird version of bash? Will look into.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@acmcarther this was a part of my dylib changes, iirc it resolved a
sandboxing issue in my work environment.
I suspect it's not the most portable bash.
…On Tue, Feb 13, 2018, 13:18 Holger Rapp ***@***.***> wrote:
I forgot: this was OS X and I was running a zsh.
> Am 13.02.2018 um 19:08 schrieb Alex McArther ***@***.***>:
>
> Can you use "--verbose_failures" (scrubbing out anything you need to).
>
> That doesn't look like a change I made. Are you on an interesting
platform at all? Weird version of bash? Will look into.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACLjePNFCtPVICaXgwP8R-HTqogwCWI5ks5tUdIBgaJpZM4SEK8n>
.
|
The PR is here: bazelbuild/rules_rust#61, and I suggested a fix. |
That fix went into the PR (though it remains unpushed), that should close this thread. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if that is in the modifications you made, but I run into trouble with this line in toolchain.bzl:
["if [[ -v TMPDIR ]]; then mkdir -p $TMPDIR; fi;"] +
With it in, nothing builds on mac os due some shell snafu. Commenting it out makes the build work for me:
The text was updated successfully, but these errors were encountered: