Skip to content

Pin bazel and dev dependencies #258

@mickvangelderen

Description

@mickvangelderen

Before I was able to build I had to make these changes:

  1. add a .bazelversion to pin bazel
7.6.1
  1. pin the google abseil version in WORKSPACE
http_archive(
    name = "com_google_absl",
    strip_prefix = "abseil-cpp-20230125.3",
    urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.zip"],
)
  1. disable bzlmod in .bazelrc
common --enable_bzlmod=false
common --enable_workspace=true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions