mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Fix test and build for musl
This commit is contained in:
parent
dbb2ececf8
commit
b5cbb9df60
@ -90,6 +90,7 @@ fast-tests = []
|
||||
backend-cranelift = [
|
||||
"wasmer-clif-backend",
|
||||
"wasmer-clif-backend/generate-debug-information",
|
||||
"wasmer-runtime-core/generate-debug-information",
|
||||
"wasmer-runtime/cranelift",
|
||||
"wasmer-middleware-common-tests/clif",
|
||||
]
|
||||
@ -97,6 +98,7 @@ backend-llvm = [
|
||||
"wasmer-llvm-backend",
|
||||
"wasmer-runtime/llvm",
|
||||
"wasmer-middleware-common-tests/llvm",
|
||||
"wasmer-runtime-core/generate-debug-information",
|
||||
"wasmer-runtime-core/generate-debug-information-no-export-symbols",
|
||||
]
|
||||
backend-singlepass = [
|
||||
|
@ -1132,6 +1132,8 @@ mod vm_ctx_tests {
|
||||
custom_sections: HashMap::new(),
|
||||
|
||||
generate_debug_info: false,
|
||||
#[cfg(feature = "generate-debug-information")]
|
||||
debug_info_manager: crate::jit_debug::JitCodeDebugInfoManager::new(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user