mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add rust-specific deps updater script
This commit is contained in:
9
rust/update_cargo_deps.sh
Executable file
9
rust/update_cargo_deps.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
cd "$SCRIPT_DIR/.."
|
||||
time bazel run //misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||
bazel mod tidy
|
||||
Reference in New Issue
Block a user