aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bazelignore1
-rw-r--r--pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json8
2 files changed, 8 insertions, 1 deletions
diff --git a/.bazelignore b/.bazelignore
new file mode 100644
index 000000000..ddee9cb7d
--- /dev/null
+++ b/.bazelignore
@@ -0,0 +1 @@
+.cipd
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
index 370e115e8..043d54f9f 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
@@ -105,5 +105,11 @@
"tags": [
"git_revision:f3497771a70ba80987c80490aa688794ed971820"
]
+ },
+ {
+ "path": "pigweed/third_party/kythe",
+ "tags": [
+ "version:0.0.43"
+ ]
}
-] \ No newline at end of file
+]