Handle panics by unwinding the stack

This commit is contained in:
Gabriel Majeri 2021-09-07 14:17:54 +03:00
parent 400c90592a
commit 005ec047a0
2 changed files with 0 additions and 10 deletions

View file

@ -79,10 +79,6 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
env:
# This works around "duplicate item in crate core" errors:
# https://github.com/rust-lang/wg-cargo-std-aware/issues/56
CARGO_PROFILE_DEV_PANIC: unwind
with:
command: test
args: -Zbuild-std=std --target x86_64-unknown-linux-gnu --features=exts

View file

@ -45,12 +45,6 @@ members = [
"uefi-test-runner",
]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[patch.crates-io]
uefi-macros = { path = "uefi-macros" }
uefi = { path = "." }