maliput / drake_ros_buildfarm

ROS packaging for building Drake into the ros_buildfarm
0 stars 0 forks source link

Bootstrap Bazel 4.0 on Ubuntu Jammy using bazel-bootstrap in docker #4

Closed j-rivero closed 1 year ago

j-rivero commented 1 year ago

🎉 New feature

Closes: #3

Summary

The PR demonstrate with a Dockerfile the ability of bootstrapping Bazel 4.0 using bazel-bootstrap package available in system Ubuntu Jammy by using a rootless account.

Test it

cd experiments/bootstrap_bazel4_on_jammy/
docker build . -t bazel4

Checklist