Skip to content

Commit 64c96b2

Browse files
zachgrayioZach Gray
and
Zach Gray
authored
bump tulsi, and use the same version in both locations (#294)
* bump tulsi, and use the same version in both locations Co-authored-by: Zach Gray <[email protected]>
1 parent 670d619 commit 64c96b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

third_party/repositories.bzl

+4-2
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,12 @@ def xchammer_dependencies():
255255
]),
256256
)
257257

258+
PINTEREST_TULSI_COMMIT = "67304232fda8222e3be7f9bf81504cf33f1618fe"
259+
258260
namespaced_git_repository(
259261
name = "Tulsi",
260262
remote = "https://github.com/pinterest/tulsi.git",
261-
commit = "370460774377d0f931c41eb2562c0b79caf94b40",
263+
commit = PINTEREST_TULSI_COMMIT,
262264
patch_cmds = [
263265
"""
264266
sed -i '' 's/\\:__subpackages__/visibility\\:public/g' src/TulsiGenerator/BUILD
@@ -271,7 +273,7 @@ def xchammer_dependencies():
271273
new_git_repository(
272274
name = "xchammer_tulsi_aspects",
273275
remote = "https://github.com/pinterest/tulsi.git",
274-
commit = "c180639af0a20779610b4cbedd47f69849479366",
276+
commit = PINTEREST_TULSI_COMMIT,
275277
strip_prefix = "src/TulsiGenerator/Bazel",
276278
build_file_content = "exports_files(['tulsi'])",
277279
)

0 commit comments

Comments
 (0)