-
Notifications
You must be signed in to change notification settings - Fork 80
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
haskell_repl doesn't work with --remote_download_toplevel
#1334
Comments
There have been some issues around runfiles with builds without the bytes, see bazelbuild/bazel#8899 and bazelbuild/bazel#6862. Though bazelbuild/bazel@11a98a5 claims to have these fixed since Bazel 1.0.0.
Another point worth noting, the files under |
Looks like it indeed. After the second |
Try to run a `haskell_repl` with a remote cache pre-filled and `--remote_download_toplevel`. Regression test for <#1334>
Try to run a `haskell_repl` with a remote cache pre-filled and `--remote_download_toplevel`. Regression test for <#1334>
Try to run a `haskell_repl` with a remote cache pre-filled and `--remote_download_toplevel`. Regression test for <#1334>
Try to run a `haskell_repl` with a remote cache pre-filled and `--remote_download_toplevel`. Regression test for <#1334>
Describe the bug
Running a
haskell_repl
target with--remote_download_toplevel
causes it to crash because it can't find the.so
of some dependenciesTo Reproduce
The second
bazel run
should fail withExpected behavior
--remote_download_toplevel
shouldn't prevent the repl targets from workingEnvironment
Additional context
I guess that's somehow due to these dependencies not being properly declared, although a quick glance at the code doesn't uncover anything obvious
The text was updated successfully, but these errors were encountered: