google / google/copybara

Compiling Copybara through Bazel

Open
#267 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.8k
Forks
345
PR merge metrics
No merged PRs in 30d

Description

I am currently trying to compile Copybara using the workspace additions recommended in the `README.md` with the following command:

`bazel build @com_github_google_copybara//java/com/google/copybara`

I am seeing the following issue:

```
external/io_bazel/src/main/java/net/starlark/java/eval/Dict.java:462: error: cannot find symbol
var dict = (Dict) m;
^
symbol: class var
location: class Dict
where K,V are type-variables:
K extends Object declared in class Dict
V extends Object declared in class Dict
```

Is there a specific toolchain that copybara developers recommend when building this in bazel?

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.