Closed elfenpiff closed 3 weeks ago
Currently if you want to depend on Iceoryx as a Bzlmod bazel_dep you have to do something like
bazel_dep(name = "org_eclipse_iceroyx", repo_name = "iceoryx") git_override( module_name = "org_eclipse_iceroyx", commit = "00c5349eabfb1bce5db46efefb39fd9471679be1", patches = ["//third_party/iceoryx:iceoryx.patch"], remote = "https://github.com/eclipse-iceoryx/iceoryx", )
It would be nice to fix that typo.
I'll send some follow up PRs to contribute patches that make depending on the module via Bzlmod actually work.
Required information
Currently if you want to depend on Iceoryx as a Bzlmod bazel_dep you have to do something like
It would be nice to fix that typo.
I'll send some follow up PRs to contribute patches that make depending on the module via Bzlmod actually work.