mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
show the backtrace in case of a rust crash
This commit is contained in:
@@ -5,4 +5,5 @@ BUILDDIR="${PWD}/uutils/target/release"
|
||||
GNULIB_DIR="${PWD}/gnulib"
|
||||
pushd gnu
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
timeout -sKILL 2h make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=yes RUN_VERY_EXPENSIVE_TESTS=yes VERBOSE=no || : # Kill after 4 hours in case something gets stuck in make
|
||||
|
||||
Reference in New Issue
Block a user