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

Possible fix for bazel issue commented on in source #192

Open
wt opened this issue Sep 4, 2018 · 1 comment
Open

Possible fix for bazel issue commented on in source #192

wt opened this issue Sep 4, 2018 · 1 comment
Assignees

Comments

@wt
Copy link

wt commented Sep 4, 2018

mosh-chrome/WORKSPACE

Lines 6 to 9 in 17f2fd9

# There are hardlinks in the stock NaCl SDK archive, and Bazel can't handle
# them. It just creates files of zero size. To work around this, I've hacked
# together a custom repository rule that just shells out to "tar". This isn't
# portable, but neither is the SDK.

Bazel appears to have fixed this issue identified in the above lines: bazelbuild/bazel#2029

@rpwoodbu rpwoodbu self-assigned this Sep 4, 2018
@rpwoodbu
Copy link
Owner

rpwoodbu commented Sep 4, 2018

Thanks for bringing this to my attention, @wt! I'll take a look at that soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants