shixiong-jiang
shixiong-jiang
**Describe the bug** https://github.com/PJK/libcbor/blob/master/examples/bazel/WORKSPACE compiled, However it failed to compile after replacing `new_local_repository` by `http_archive`. **To Reproduce** In https://github.com/PJK/libcbor/blob/master/examples/bazel/WORKSPACE, I replaced `new_local_repository` ``` new_local_repository( name = "libcbor", build_file = "//third_party:libcbor.BUILD",...
Hello rules_perl owner, I have a question about `rule_perl` . (I did post this question under https://github.com/bazelbuild/bazel-central-registry/pull/3565 too) We are using bazel to compile cc under `nix` system. However, the...