bazel
bazel copied to clipboard
Ensure Databinding `layout-info.zip` entries have consistent timestamps
This is part of https://github.com/bazelbuild/bazel/issues/13639 and fixes the timestamp issue which makes layout-info.zip
non deterministic.
Fixed tests.
Note that absolute path issue described here still exists and that needs fixes in databinding jar.
@arunkumar9t2, Can you please check build failures. Thank you!
@arunkumar9t2, Could you please respond to the above comment. Present issue will be automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Hi @sgowroji I am working on fixing the build failures on Windows.
Hi @ahumesky, windows test was failing due to different permission issue which I was not able to workaround hence disabled it for now on windows.
Seems addressed by https://github.com/bazelbuild/bazel/commit/10af780af88b794c1497e771c6d8bab925297c3c so closing this. However the https://github.com/bazelbuild/bazel/issues/13639 absolute path issue still remains