summaryrefslogtreecommitdiff
path: root/meta-security/dynamic-layers/meta-rust/recipes-security/krill/files/panic_workaround.patch
blob: 9b08cb5ce9f446990ddd6a7981da87f09c6236de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Upstream-Status: OE specific
Signed-off-by: Armin Kuster <akuster808@gmail.com>

Index: git/Cargo.toml
===================================================================
--- git.orig/Cargo.toml
+++ git/Cargo.toml
@@ -71,7 +71,7 @@ static-openssl = [ "openssl/vendored" ]
 # Make sure that Krill crashes on panics, rather than losing threads and
 # limping on in a bad state.
 [profile.release]
-panic = "abort"
+#panic = "abort"
 
 [dev-dependencies]
 # for user management