This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
rules_k8s broken with Bazel@HEAD CI #668
Comments
I'm disabling rules_k8s in downstream due to this issue |
meteorcloudy
added a commit
to bazelbuild/continuous-integration
that referenced
this issue
Dec 6, 2021
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
meteorcloudy
added a commit
to bazelbuild/continuous-integration
that referenced
this issue
Dec 6, 2021
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
meteorcloudy
added a commit
to bazelbuild/continuous-integration
that referenced
this issue
Dec 7, 2021
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Breakage:
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2211#845f819e-3ae0-457b-8389-4e381d5e7168
Bazel instituted a change to semantics of depset(). This should be fixed in-place or you can temporarily use --incompatible_disable_depset_items=false to disable this restriction.
The text was updated successfully, but these errors were encountered: