Skip to content

Commit

Permalink
[infra] commented instructions for development with local maliput/reg…
Browse files Browse the repository at this point in the history
…istries (#263)

Signed-off-by: Daniel Stonier <[email protected]>
  • Loading branch information
stonier authored Jan 5, 2024
1 parent 87a1a5e commit 0d2d8b7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .devcontainer/bazel-zen/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,29 @@
"yzhang.markdown-all-in-one"
]
}
}
},
// Mounts for local co-development
"mounts": [
//*************************************************
// With maliput
//*************************************************
// 1. Add the following to MODULE.bazel
// local_path_override(module_name="maliput", path="../maliput")
// 2. Patch the path below and uncomment
// {
// "source": "/path/to/maliput",
// "target": "/workspaces/maliput",
// "type": "bind"
// },
//*************************************************
// With a registry fork
//*************************************************
// 1. Uncomment the local registry argument in .bazelrc
// 2. Patch the path below and uncomment
// {
// "source": "/path/to/bazel-central-registry",
// "target": "/workspaces/bazel-central-registry",
// "type": "bind"
// }
]
}
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ bazel_dep(name = "maliput", version = "1.2.0")
bazel_dep(name = "tinyxml2", version = "9.0.0")

bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)

0 comments on commit 0d2d8b7

Please sign in to comment.