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

Long filepath issue on Windows #64

Closed
alexeagle opened this issue Jan 15, 2024 · 2 comments
Closed

Long filepath issue on Windows #64

alexeagle opened this issue Jan 15, 2024 · 2 comments
Labels
bug Something isn't working windows

Comments

@alexeagle
Copy link
Collaborator

A TODO for this was introduced in #48

https://github.com/bazel-contrib/rules_ruby/pull/48/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fR48

Try removing the exclusion and see if there's a way to fix it.

@p0deje
Copy link
Member

p0deje commented Dec 21, 2024

Related to jruby/jruby#3995 (comment)

@p0deje
Copy link
Member

p0deje commented Dec 21, 2024

It looks like an upstream issue, can be worked around on CI by using really short output_base like D:/b:

# Workaround for long path issues: https://github.com/jruby/jruby/issues/3995.
output-base: ${{ matrix.os == 'windows-latest' && 'D:/b' || '' }}

@p0deje p0deje closed this as completed Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

2 participants