Skip to content

Commit

Permalink
Merge pull request #291 from woshimaliang/tulsi_3.4.2
Browse files Browse the repository at this point in the history
Update Tulsi (changes for bazel 4.2.2)
  • Loading branch information
woshimaliang authored Dec 16, 2021
2 parents 8030d9b + 246b5e7 commit 670d619
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions third_party/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,10 @@ def xchammer_dependencies():
namespaced_git_repository(
name = "Tulsi",
remote = "https://github.com/pinterest/tulsi.git",
commit = "1ded53d04174e96dd92f0aee009e2896115e45a2",
commit = "370460774377d0f931c41eb2562c0b79caf94b40",
patch_cmds = [
"""
sed -i '' 's/\\:__subpackages__/visibility\\:public/g' src/TulsiGenerator/BUILD
""",
"""
sed -i '' 's/RunLoopMode\\.defaultRunLoopMode/RunLoop\\.Mode\\.`default`/g' src/TulsiGenerator/ProcessRunner.swift
""",
],
)
Expand Down

0 comments on commit 670d619

Please sign in to comment.