Skip to content

Commit 670d619

Browse files
authored
Merge pull request #291 from woshimaliang/tulsi_3.4.2
Update Tulsi (changes for bazel 4.2.2)
2 parents 8030d9b + 246b5e7 commit 670d619

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

third_party/repositories.bzl

+1-4
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,10 @@ def xchammer_dependencies():
258258
namespaced_git_repository(
259259
name = "Tulsi",
260260
remote = "https://github.com/pinterest/tulsi.git",
261-
commit = "1ded53d04174e96dd92f0aee009e2896115e45a2",
261+
commit = "370460774377d0f931c41eb2562c0b79caf94b40",
262262
patch_cmds = [
263263
"""
264264
sed -i '' 's/\\:__subpackages__/visibility\\:public/g' src/TulsiGenerator/BUILD
265-
""",
266-
"""
267-
sed -i '' 's/RunLoopMode\\.defaultRunLoopMode/RunLoop\\.Mode\\.`default`/g' src/TulsiGenerator/ProcessRunner.swift
268265
""",
269266
],
270267
)

0 commit comments

Comments
 (0)