-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Regression: bazel 3.2.0 + glob allow_empty=false + android ndk fails #11518
Comments
While this is something that should be fixed before enabling the breaking change in #8195, I don't think it's recommended to use an un-flipped https://docs.bazel.build/versions/master/backward-compatibility.html#at-a-glance
|
Who should look at this? |
This breaks the Examples repository (see https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/571#58b644b5-222b-4768-93d3-f23f9397d6ca). |
ping? |
#8195 has been moved to 5.0, so we can look at this for next quarter |
The problem is still present and it is in this line https://github.com/bazelbuild/bazel/pull/15330/files#diff-ac45a531edff6b8e6694f669184fc3625c869c84710142175e2caae08e159a9dL197 |
|
Description of the problem:
As of bazel 3.2.0, passing
--incompatible_disallow_empty_glob
fails for android builds using NDK r16b:There is armeabi-v7a, but no armeabi. This works fine with bazel 3.1.0.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I don't have a minimal repro, but essentially: pass
--incompatible_disallow_empty_glob
and have an android_ndk_repository.What operating system are you running Bazel on?
Debian GNU/Linux.
What's the output of
bazel info release
?release 3.2.0
Have you found anything relevant by searching the web?
No (I did look, but nothing so far).
Any other information, logs, or outputs that you want to share?
I have not found a workaround for this. I tried
--fat_apk_cpu=armeabi-v7a
, but that doesn't fix it.The text was updated successfully, but these errors were encountered: