summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-09-05 20:31:04 -0700
committerGitHub <noreply@github.com>2025-09-05 20:31:04 -0700
commitfe87a39e453b64e94446181a9ae5cbfc0f62bf0c (patch)
tree590faeefb6a5e31726b3b0afc9ec71464d46b8d4 /docs
parent4856da26e188c28bf691d0210ce8016264c00940 (diff)
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 <ellieh+slangbot@nvidia.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
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