mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: set RUST_BACKTRACE=1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
exec "${CODEQL_DIST}/codeql" database index-files \
|
||||
--working-dir=. --language=rust --include-extension=.rs \
|
||||
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
set -eu
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
exec "$CODEQL_EXTRACTOR_RUST_ROOT/tools/$CODEQL_PLATFORM/extractor" @"$1"
|
||||
|
||||
Reference in New Issue
Block a user