From ef0e4406c8ab879da7e4932e5104ce25c80f3b02 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 14 May 2025 10:06:28 -0700 Subject: [PATCH] Revert "Set WASMTIME_BACKTRACE_DETAILS=1 for WASM basictest" This reverts commit cb88edf0bfdc2ce6bfbe3b4e0463a4c2dc5d2230. It didn't help. You need to go to a different repository (ruby/ruby.wasm) to see meaningful backtraces. https://github.com/ruby/ruby.wasm/actions/runs/15000135135/job/42144675968#step:16:176 --- .github/workflows/wasm.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 88ea7bd76c..047288cb8d 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -152,8 +152,6 @@ jobs: - name: Run basictest run: wasmtime run ./../build/miniruby --mapdir /::./ -- basictest/test.rb - env: - WASMTIME_BACKTRACE_DETAILS: '1' working-directory: src - name: Run bootstraptest (no thread)