Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add duplicate
http_archive
s for absl and re2 with official names. (#…
…741) Although Bazel gives you the option of naming your http_archive repositories whatever you want, it apparently would really prefer if everyone chose the same name everywhere. This becomes apparent where fuzztest really wants the top level `WORKSPACE` to call absl `com_google_absl`, and will not allow me to use the shorter name `absl`. This is especially annoying because both `WORKSPACE`s describe `absl` using the same URL and sha256 hash, so you'd hope it would identify them as the same dependency? Discussions online do not give me great hope in flexibility from Bazel on this point: bazelbuild/bazel#3219 In any case, for now I am duplicating the dependency in two different `http_archive`s. I will remove the shorter, more readable `absl` and `re2` in the future once I have cut over to the new dependency.
- Loading branch information