Hacker News new | ask | show | jobs
by lalaland1125 1277 days ago
The main change here is that Bazel now has a package repository that people can pull/push external dependencies to: https://registry.bazel.build/

This is a huge change as external dependencies used to be one of the big pain points with the Bazel pipeline.

1 comments

Awesome but kind of a bummer to see yet another dependency management tool, especially in the C++ ecosystem. Didn’t read that much of the article, but wonder if there’s interop plans with VCPkg or Conan?