disable awslambda for WASI tests
All checks were successful
Generic zig build / build (push) Successful in 3m3s

This commit is contained in:
Emil Lerch 2024-05-10 13:56:48 -07:00
parent e963ed068a
commit c77502d90f
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
WASMTIME_BACKTRACE_DETAILS: 1
WASMTIME_NEW_CLI: 0
jobs:
build:
runs-on: ubuntu-latest

View File

@ -30,6 +30,7 @@ test {
std.testing.refAllDecls(@This());
std.testing.refAllDecls(@import("console.zig"));
std.testing.refAllDecls(@import("standalone_server.zig"));
if (@import("builtin").os.tag != .wasi)
std.testing.refAllDecls(@import("awslambda.zig"));
// By importing flexilib.zig, this breaks downstream any time someone
// tries to build flexilib, because flexilib.zig becomes the root module,