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

External deps in bazel might get a bunch easier as of Bazel 6 #332

Open
h-vetinari opened this issue Sep 8, 2023 · 0 comments
Open

External deps in bazel might get a bunch easier as of Bazel 6 #332

h-vetinari opened this issue Sep 8, 2023 · 0 comments

Comments

@h-vetinari
Copy link
Member

Just got wind of bzlmod, which is available as a dependency specification as of bazel 6 (since early 2023).

In particular, we should be able to do something like

## MODULE.bazel
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_java", version = "6.1.1")

together with a local_path_override, to be able to point to our own libs. 🥳

CC @conda-forge/tensorflow @conda-forge/bazel @conda-forge/core

Not 100% sure where to open this issue; I feel it's too niche for the main tracker and tensorflow is one of the heaviest users of bazel customisation, so I put it here.

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

No branches or pull requests

1 participant