Skip to content

Commit 6f610ce

Browse files
committed
Drop debug info to support tests on pulley based platforms
Signed-off-by: James Sturtevant <jstur@microsoft.com>
1 parent a22ee69 commit 6f610ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/wasi-tls/tests/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ impl WasiView for Ctx {
2828
async fn run_wasi(path: &str, ctx: Ctx) -> Result<()> {
2929
let engine = test_programs_artifacts::engine(|config| {
3030
config.async_support(true);
31-
config.debug_info(true);
3231
});
3332
let mut store = Store::new(&engine, ctx);
3433
let component = Component::from_file(&engine, path)?;

0 commit comments

Comments
 (0)