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

Updates for Garden #43

Closed
wants to merge 8 commits into from
Closed

Updates for Garden #43

wants to merge 8 commits into from

Conversation

mjcarroll
Copy link
Collaborator

@mjcarroll mjcarroll commented Feb 6, 2023

Initial setup:

# Get bazelisk (bazel version manager)
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.16.0/bazelisk-linux-amd64
# Move somewhere in your pat
mv bazelisk-linux-amd64 ~/.local/bin/bazel
chmod +x ~/.local/bin/bazel

mkdir workspace
cd workspace 
git clone https://github.com/gazebosim/gz-bazel bazel -b mjcarroll/garden_bazel

ln -sf bazel/example/bazelproject.example .bazelproject
ln -sf bazel/example/bazelrc.example .bazelrc
ln -sf bazel/example/BUILD.bazel.example BUILD.bazel
ln -sf bazel/example/WORKSPACE.bazel.example WORKSPACE.bazel
vcs import . < bazel/example/bazel.repos

# To build
bazel build //...

# To build common
bazel build //common/...

# To test
bazel test //...

Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
@nkoenig
Copy link
Contributor

nkoenig commented Feb 7, 2023

The purpose of this PR is to migrate from igntion to gazebo?

@mjcarroll
Copy link
Collaborator Author

The purpose of this PR is to migrate from igntion to gazebo?

As well as update all of our dependencies, etc. There will be also be a series of PRs to adjust individual library builds.

@mjcarroll mjcarroll force-pushed the mjcarroll/garden_bazel branch 4 times, most recently from a1d4ee6 to 2597717 Compare February 8, 2023 02:34
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll mjcarroll changed the base branch from master to garden February 8, 2023 19:03
Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll
Copy link
Collaborator Author

Replaced by #44

@mjcarroll mjcarroll closed this Feb 10, 2023
@mjcarroll mjcarroll deleted the mjcarroll/garden_bazel branch February 10, 2023 19:32
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

Successfully merging this pull request may close these issues.

2 participants