The ultimate step by step bazel beginner guide

This video is a step by step guide focused on teaching the basics of Bazel build. You’ll learn how to: - Setup a project (creating a WORKSPACE and BUILD file) - Make a simple build action that copies - Configure inputs and outputs, that ensure that bazel only builds what is needed - Make your build hermetic by fetching a build tool that works on all platforms

Previous
Previous

How to setup PIP dependencies in python and bazel

Next
Next

How to package and deploy the output of a bazel build action