mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[bazel] Add mrclib dependency (#8873)
This pulls in the `mrclib` maven repository as shared libraries, as a prereq for #8858. Alternative to #8869, which avoids the unnecessary lockfile entry. This should be a one-to-one replacement for that PR. Closes #8869 --------- Co-authored-by: PJ Reiniger <pj.reiniger@gmail.com>
This commit is contained in:
@@ -5,6 +5,8 @@ module(
|
||||
|
||||
include("//docs:doxygen.MODULE.bazel")
|
||||
|
||||
include("//shared/bazel/thirdparty/mrclib:mrclib.MODULE.bazel")
|
||||
|
||||
bazel_dep(name = "apple_support", version = "2.0.0", repo_name = "build_bazel_apple_support")
|
||||
|
||||
# TODO(austin): Upgrade when the patches land.
|
||||
|
||||
Reference in New Issue
Block a user