Skip to content

v0.4

Latest
Compare
Choose a tag to compare
@bozaro bozaro released this 22 Jan 08:10

Usage:

bazel_dep(name = "bzlmod")

archive_override(
    module_name = "bazel_pkg_config",
    commit = "459414b3f8ac86ddfbc4f2da3e43c60779c7df89",
    remote = "https://github.com/joomcode/bazel_pkg_config.git",
)

bazel_pkg_config = use_extension("@bazel_pkg_config//:extensions.bzl", "bazel_pkg_config")
bazel_pkg_config.pkg_config(
    name = "jemalloc_host",
    dynamic = True,
    pkg_name = "jemalloc",
)
use_repo(bazel_pkg_config, "jemalloc_host")

Changes:

  • Added Bzlmod support.

Full Changelog: v0.3...v0.4