[all-commits] [llvm/llvm-project] e1d091: [bazel] Replace git_repository with http_archive. ...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Thu Jul 18 19:56:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1d0913a85d4034e875cd93ab531c2001afe6620
https://github.com/llvm/llvm-project/commit/e1d0913a85d4034e875cd93ab531c2001afe6620
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M utils/bazel/WORKSPACE
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list