Skip to content
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

Broken with Bazel@HEAD on Bazel CI due to --incompatible_remove_native_maven_jar #884

Closed
laszlocsomor opened this issue Nov 26, 2019 · 2 comments · Fixed by #889
Closed

Comments

@laszlocsomor
Copy link

Bazel@HEAD (and the upcoming Bazel 2.0) will flip --incompatible_remove_native_maven_jar to true by default.

Building //... breaks with that flag enabled.

Repro:

  1. build Bazel at bazelbuild/bazel@8f075d2
  2. use that to build //test/... at ff57530
  3. the build fails, but if you add --noincompatible_remove_native_maven_jar then it works
@ittaiz
Copy link
Member

ittaiz commented Nov 26, 2019 via email

@laszlocsomor
Copy link
Author

laszlocsomor commented Nov 26, 2019

Cool. No pressure, take your time.

Beware that this change will be in Bazel 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants