-
Notifications
You must be signed in to change notification settings - Fork 213
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
Upgrading to 1.5.0-alpha2 throws a jdeps error #440
Comments
Does this happen in alpha-3? |
We just encountered something similar when testing against |
I'll take a look this weekend. @pratik-brex do you have more log info / repro case you can share? What do you have for your tool chain configuration? Are you enabling experimental_use_abi_jars?
|
@jongerrish confirm ran into the same issue. We dont use any flags on the toolchain configuration - all defaults and we hit this. No jdeps generated if kotlin sources didnt exist. Adding an empty kotlin class fixed it |
@jeffzoch - awesome, thanks, sounds like its easy to repro. I'll get a fix in on Sunday. |
This is the error from sandbox after upgrading to 1.5.0-alpha-2
Cannot locate ECD record in singlejar_local: src/tools/singlejar/input_jar.cc:52: Cannot locate ECD record in bazel-out/darwin-fastbuild/bin/redacted/application.jdeps
The text was updated successfully, but these errors were encountered: