File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,12 @@ def xchammer_dependencies():
255
255
]),
256
256
)
257
257
258
+ PINTEREST_TULSI_COMMIT = "67304232fda8222e3be7f9bf81504cf33f1618fe"
259
+
258
260
namespaced_git_repository (
259
261
name = "Tulsi" ,
260
262
remote = "https://github.com/pinterest/tulsi.git" ,
261
- commit = "370460774377d0f931c41eb2562c0b79caf94b40" ,
263
+ commit = PINTEREST_TULSI_COMMIT ,
262
264
patch_cmds = [
263
265
"""
264
266
sed -i '' 's/\\ :__subpackages__/visibility\\ :public/g' src/TulsiGenerator/BUILD
@@ -271,7 +273,7 @@ def xchammer_dependencies():
271
273
new_git_repository (
272
274
name = "xchammer_tulsi_aspects" ,
273
275
remote = "https://github.com/pinterest/tulsi.git" ,
274
- commit = "c180639af0a20779610b4cbedd47f69849479366" ,
276
+ commit = PINTEREST_TULSI_COMMIT ,
275
277
strip_prefix = "src/TulsiGenerator/Bazel" ,
276
278
build_file_content = "exports_files(['tulsi'])" ,
277
279
)
You can’t perform that action at this time.
0 commit comments