From fe87a39e453b64e94446181a9ae5cbfc0f62bf0c Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Fri, 5 Sep 2025 20:31:04 -0700 Subject: Remove unnecessary check and adust server count etc. in CI (#8374) - This PR removes "wasm" check from the test job, since there is no test job for "wasm" yet. - Also, move the check for slang-rhi and slangpy test to the job level to skip the setup etc. if no run is needed. - Update the macos compiler version in building.md to match the clang compiler used in CI. - Reduce the server count in Linux and Mac when running slang-test to ease the machine load - Run slangpy test with `-n auto --maxprocesses=4` to speed up --------- Co-authored-by: slangbot Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/building.md') diff --git a/docs/building.md b/docs/building.md index b6e18ad25..bcf366d51 100644 --- a/docs/building.md +++ b/docs/building.md @@ -353,7 +353,7 @@ encouraged but it isn't a continuously maintained setup. _MSVC_ 19 is tested in CI and is the recommended minimum version. -_Clang_ 15.0 is tested in CI and is the recommended minimum version. +_Clang_ 17.0 is tested in CI and is the recommended minimum version. ## Static linking against libslang -- cgit v1.2.3