We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ecb62 commit a1a5cadCopy full SHA for a1a5cad
misc/bazel/3rdparty/update_cargo_deps.sh
@@ -4,6 +4,8 @@ set -eu
4
5
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
7
+# for CI, disable cache as it interacts badly with this pr
8
+export CODEQL_BAZEL_REMOTE_CACHE=false
9
10
"$SCRIPT_DIR/update_py_deps.sh"
11
"$SCRIPT_DIR/update_tree_sitter_extractors_deps.sh"
0 commit comments