From a0535d010c72691d706014fadcd1b59eaf1e5dc5 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 18 Jun 2020 08:32:22 +0100 Subject: [PATCH] sai.json: reduce riscv qemu builds These are really slow since the processor itself is emulated... if it's broken, it will break on the most complex configurations, configuration conflicts will be flushed out by building on native arch anyway. So just build the complex configuration on Risc-V. --- .sai.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.sai.json b/.sai.json index 7f8d5be62..1cf7a1530 100644 --- a/.sai.json +++ b/.sai.json @@ -68,7 +68,7 @@ "configurations": { "default": { "cmake": "", - "platforms": "windows-10/x86_64-amd/msvc, freertos-linkit/arm32-m4-mt7697-usi/gcc, linux-ubuntu-2004/aarch64-a72-bcm2711-rpi4/gcc, freertos-espidf/xl6-esp32/gcc, linux-fedora-32/riscv64-virt/gcc, windows-10/x86_64-amd/mingw32, windows-10/x86_64-amd/mingw64" + "platforms": "windows-10/x86_64-amd/msvc, freertos-linkit/arm32-m4-mt7697-usi/gcc, linux-ubuntu-2004/aarch64-a72-bcm2711-rpi4/gcc, freertos-espidf/xl6-esp32/gcc, windows-10/x86_64-amd/mingw32, windows-10/x86_64-amd/mingw64" }, "default-examples-openssl-v3": { "cmake": "-DLWS_OPENSSL_LIBRARIES=\"/usr/local/src/openssl/v3/usr/local/lib64/libssl.a;/usr/local/src/openssl/v3/usr/local/lib64/libcrypto.a\" -DLWS_OPENSSL_INCLUDE_DIRS=\"/usr/local/src/openssl/v3/usr/local/include/\" -DLWS_WITH_MINIMAL_EXAMPLES=1 -DLWS_WITH_GENCRYPTO=1", @@ -80,7 +80,7 @@ }, "default-examples": { "cmake": "-DLWS_WITH_MINIMAL_EXAMPLES=1", - "platforms": "windows-10/x86_64-amd/msvc, linux-ubuntu-2004/aarch64-a72-bcm2711-rpi4/gcc, linux-fedora-32/riscv64-virt/gcc" + "platforms": "windows-10/x86_64-amd/msvc, linux-ubuntu-2004/aarch64-a72-bcm2711-rpi4/gcc" }, "unix-domain": { "cmake": "-DUNIX_SOCK=1", @@ -92,7 +92,7 @@ }, "secure-streams": { "cmake": "-DLWS_WITH_SECURE_STREAMS=1", - "platforms": "windows-10/x86_64-amd/msvc, linux-fedora-32/riscv64-virt/gcc" + "platforms": "windows-10/x86_64-amd/msvc" }, "secure-streams-proxy": { "cmake": "-DLWS_WITH_SECURE_STREAMS=1 -DLWS_WITH_SECURE_STREAMS_PROXY_API=1",