Skip to content

Commit

Permalink
bump tulsi, and use the same version in both locations (#294)
Browse files Browse the repository at this point in the history
* bump tulsi, and use the same version in both locations

Co-authored-by: Zach Gray <[email protected]>
  • Loading branch information
zachgrayio and Zach Gray authored Jan 19, 2022
1 parent 670d619 commit 64c96b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions third_party/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,12 @@ def xchammer_dependencies():
]),
)

PINTEREST_TULSI_COMMIT = "67304232fda8222e3be7f9bf81504cf33f1618fe"

namespaced_git_repository(
name = "Tulsi",
remote = "https://github.com/pinterest/tulsi.git",
commit = "370460774377d0f931c41eb2562c0b79caf94b40",
commit = PINTEREST_TULSI_COMMIT,
patch_cmds = [
"""
sed -i '' 's/\\:__subpackages__/visibility\\:public/g' src/TulsiGenerator/BUILD
Expand All @@ -271,7 +273,7 @@ def xchammer_dependencies():
new_git_repository(
name = "xchammer_tulsi_aspects",
remote = "https://github.com/pinterest/tulsi.git",
commit = "c180639af0a20779610b4cbedd47f69849479366",
commit = PINTEREST_TULSI_COMMIT,
strip_prefix = "src/TulsiGenerator/Bazel",
build_file_content = "exports_files(['tulsi'])",
)
Expand Down

0 comments on commit 64c96b2

Please sign in to comment.