From 5381c29276deb68ad1d10698e42bfe190a3f5af9 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Thu, 26 Oct 2023 15:37:49 -0700 Subject: [PATCH] Update wasm32_ubuntu_20.04.json The old one doesn't actually cross compile anything, but just tests cross compiler with Wasm backend. The new one actually cross-build stdlib and run more tests. --- nodes/wasm32_ubuntu_20.04.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/wasm32_ubuntu_20.04.json b/nodes/wasm32_ubuntu_20.04.json index e620cd0..e9d5398 100644 --- a/nodes/wasm32_ubuntu_20.04.json +++ b/nodes/wasm32_ubuntu_20.04.json @@ -12,7 +12,7 @@ { "display_name": "Swift - WebAssembly (wasm32) (Tools RA, Stdlib RA) (main)", "branch": "main", - "preset": "buildbot_incremental_linux_crosscompile_wasm", + "preset": "buildbot_linux_crosscompile_wasm", "email_notifications": ["apple-ci@swiftwasm.org"] } ]