From a8cd0848060f68db8758b9a5adb9510d712f5baf Mon Sep 17 00:00:00 2001 From: Alex Pozhylenkov Date: Mon, 12 Aug 2024 13:52:58 +0300 Subject: [PATCH] feat: Enables rust backtrace for earthly rust builder (#289) * add panics test * enables rust backtrace * enable full backtrace * remove failed test --- earthly/rust/Earthfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/earthly/rust/Earthfile b/earthly/rust/Earthfile index 83b84d639..547303936 100644 --- a/earthly/rust/Earthfile +++ b/earthly/rust/Earthfile @@ -33,6 +33,9 @@ rust-base: WORKDIR /root + # Enables rust backtrace when something panics + ENV RUST_BACKTRACE=full + # Install necessary packages # Expand this list as needed, rather than adding more tools in later containers. #