rules_mojo gives us a way to use mojo in our bazel repo, but there doesn’t seem to be a straightforward way to do the same for max. ideally I can just configure rules_mojo to set it up there so they are in sync.
Thanks!
rules_mojo gives us a way to use mojo in our bazel repo, but there doesn’t seem to be a straightforward way to do the same for max. ideally I can just configure rules_mojo to set it up there so they are in sync.
Thanks!
Check out what we have in modular/bazel/mojo.MODULE.bazel at main · modular/modular · GitHub and modular/bazel/modular_wheel_repository.bzl at main · modular/modular · GitHub . It might also be possible to use something like rules_pycross to pull as a set of wheels.