mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Handle panics by unwinding the stack
This commit is contained in:
parent
400c90592a
commit
005ec047a0
2 changed files with 0 additions and 10 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = "." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue