-
Notifications
You must be signed in to change notification settings - Fork 277
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
tools/bazel.rc
uses removed option --experimental_local_disk_cache
#498
Comments
@aehlig could you take a look, please? Thanks! |
It's a simple rename. We graduated them from experimental. The two flags have been merged into one and the one flag is now called |
@buchgr is it supported in 0.11.1? |
No it's not. It will be supported starting with 0.14.0. Does rules_scala require 0.11.1? |
No but we're trying to support as far back as we can. |
In this case would the 0.11.1 branch continue to receive upstream patches from master, or would it be a point-in-time release to support 0.11.1? |
We actually had a (side) discussion about this [here] (#430 (comment)) where @johnynek said we'll try to send patches but this is more on a good will basis. Honestly I think it won't be easy. |
@ittaiz, I agree. I also think that due to:
it is in everyones best interest to not get too comfortable being pinned to a specific Bazel release. So for me even a tag and then breaking changes moving forward would be fine. Internally we got stuck and comfortable on an old Bazel release that ended up being a large effort to move off of, so I am all for remaining agile now and trying to move with the releases until Bazel reaches a "stable" milestone. |
What is the right action here? Should I send a PR to rename this to --disk_cache? |
I think the right action is to make sure we keep the travis CI green and the buildkite. There are many tests we don’t have expressed as bazel tests (e.g. reproducibility tests) |
@buchgr suggested we remove tools/bazel.rc from rules_scala completely. It only affects rules_scala developers and messes up with CI. |
Sorry for not picking it up before. I’ll do it before Monday (hopefully
tonight)
…On Thu, 17 May 2018 at 12:11 Dmitry Lomov ***@***.***> wrote:
@buchgr <https://github.com/buchgr> thanks for pointing me to #502
<#502> - I think it is
useful to reference the bug the PR fixes from its description.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#498 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABUIF7E--CjZY4JR_nA0tBWGzdgOCpNmks5tzT7AgaJpZM4T9llx>
.
|
This failed again in the latest nightly. Are we not using the latest version? |
That's one option but from this log it seems we are:
I think @buchgr might be able to help since I suspect it's something with the presubmit file. |
This fails on Bazel CI: https://buildkite.com/bazel/bazel-with-downstream-projects-bazel/builds/232#1cd8b9e4-c91f-4152-9c39-53b6e8a8032b
The text was updated successfully, but these errors were encountered: