-
Notifications
You must be signed in to change notification settings - Fork 418
Broken Bazel build with --incompatible_disallow_empty_glob
#2432
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
Comments
21 tasks
lalten
added a commit
to lalten/iceoryx
that referenced
this issue
Mar 14, 2025
lalten
added a commit
to lalten/iceoryx
that referenced
this issue
Mar 14, 2025
lalten
added a commit
to lalten/iceoryx
that referenced
this issue
Mar 14, 2025
lalten
added a commit
to lalten/iceoryx
that referenced
this issue
Mar 14, 2025
lalten
added a commit
to lalten/iceoryx
that referenced
this issue
Mar 14, 2025
lalten
added a commit
to lalten/iceoryx
that referenced
this issue
Mar 14, 2025
We noticed this as well. Someone @lalten and I both know had to apply a patch for it. If I or a colleague find time we may attempt to incorporate that patch upstream. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eclipse iceoryx version:
main
branchObserved result or behaviour:
Error in glob: glob pattern 'source/error_handling/**' didn't match anything, but allow_empty is set to False (the default value of allow_empty can be set with --incompatible_disallow_empty_glob).
(and many more)Expected result or behaviour:
Working Bazel 8 build and working Bazel 7 build with
--incompatible_disallow_empty_glob
Conditions where it occurred / Performed steps:
USE_BAZEL_VERSION=8.x bazel build //... --enable_bzlmod
The text was updated successfully, but these errors were encountered: