Files
clang-p2996/utils/bazel/WORKSPACE
Jordan Rupprecht e1d0913a85 [bazel] Replace git_repository with http_archive. (#99422)
The current git_repository usage points to tags, which leads to warnings
that the build may not be reproducable due to not using a git sha.

The docs for
[git_repository](https://bazel.build/rules/lib/repo/git#git_repository)
recommend using `http_archive`, so switch to that instead. Also bump to
newer versions for these two repos.
2024-07-18 21:56:37 -05:00

5.4 KiB