Files
codeql/rust/tools/autobuild.sh
Paolo Tranquilli 73a5a3f7ee Rust: support paths and paths-ignore from the code scanning configuration file
This is done by simply adding the autobuilder from the shared
tree-sitter extractor library.
2024-12-19 17:37:56 +01:00

7 lines
112 B
Bash
Executable File

#!/bin/sh
set -eu
export RUST_BACKTRACE=1
exec "$CODEQL_EXTRACTOR_RUST_ROOT/tools/$CODEQL_PLATFORM/autobuild"