Skip to content

Commit a1a5cad

Browse files
author
Paolo Tranquilli
committed
Bazel: disable caching for cargo vendoring
1 parent d9ecb62 commit a1a5cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/bazel/3rdparty/update_cargo_deps.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -eu
44

55
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66

7+
# for CI, disable cache as it interacts badly with this pr
8+
export CODEQL_BAZEL_REMOTE_CACHE=false
79

810
"$SCRIPT_DIR/update_py_deps.sh"
911
"$SCRIPT_DIR/update_tree_sitter_extractors_deps.sh"

0 commit comments

Comments
 (0)