File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
WORKSPACE_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /../../.." & > /dev/null && pwd )
6
6
7
7
cd " $WORKSPACE_DIR "
8
- time bazel run //misc/bazel/3rdparty:vendor_py_deps
8
+ time bazel run //misc/bazel/3rdparty:vendor_py_deps --remote_download_all
9
9
# no idea why this is necessary, see https://github.com/bazelbuild/rules_rust/issues/3255
10
10
python3 " $WORKSPACE_DIR /misc/bazel/3rdparty/patch_defs.py" misc/bazel/3rdparty/py_deps/defs.bzl
11
11
bazel mod tidy
Original file line number Diff line number Diff line change 5
5
WORKSPACE_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /../../.." & > /dev/null && pwd )
6
6
7
7
cd " $WORKSPACE_DIR "
8
- time bazel run //misc/bazel/3rdparty:vendor_tree_sitter_extractors
8
+ time bazel run //misc/bazel/3rdparty:vendor_tree_sitter_extractors --remote_download_all
9
9
10
10
# we need access to this file in the rust extractor
11
11
echo ' exports_files(["rust.ungram"])' >> misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.ra_ap_syntax-? .* .bazel
You can’t perform that action at this time.
0 commit comments