File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55WORKSPACE_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /../../.." & > /dev/null && pwd )
66
77cd " $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
99# no idea why this is necessary, see https://github.com/bazelbuild/rules_rust/issues/3255
1010python3 " $WORKSPACE_DIR /misc/bazel/3rdparty/patch_defs.py" misc/bazel/3rdparty/py_deps/defs.bzl
1111bazel mod tidy
Original file line number Diff line number Diff line change 55WORKSPACE_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /../../.." & > /dev/null && pwd )
66
77cd " $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
99
1010# we need access to this file in the rust extractor
1111echo ' 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