google-deepmind / google-deepmind/lab

Pin bazel and dev dependencies

Open
#258 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
7.4k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

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

1. add a `.bazelversion` to pin bazel

```
7.6.1
```

2. 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"],
)
```

3. disable bzlmod in `.bazelrc`

```
common --enable_bzlmod=false
common --enable_workspace=true
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.