From f76074334d4cc680545463a7012bbdc9571e8934 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 11 Aug 2026 08:23:07 -0700 Subject: [PATCH] Disable out-of-tree testing for now --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 419d720..1666ac9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,8 +179,10 @@ jobs: matrix: include: - name: default - - name: exceptions - defines: -DWASI_SDK_EXCEPTIONS=ON + # TODO: re-enable this once LLVM 24 is released as wasi-sdk now relies + # on patches that only LLVM 24 has. + # - name: exceptions + # defines: -DWASI_SDK_EXCEPTIONS=ON - name: static defines: -DWASI_SDK_BUILD_SHARED=OFF steps: