Skip to content

Commit

Permalink
feat: Enables rust backtrace for earthly rust builder (#289)
Browse files Browse the repository at this point in the history
* add panics test

* enables rust backtrace

* enable full backtrace

* remove failed test
  • Loading branch information
Mr-Leshiy authored Aug 12, 2024
1 parent b1b9a52 commit a8cd084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit a8cd084

Please sign in to comment.