@@ -45,14 +45,17 @@ is Linux, Mac, and Windows.
4545
4646In order to better describe different support levels, the below acts as a rough
4747guideline for different platform tiers:
48- * Tier 0 - The platforms that our CI runs: ` linux_x86_64 ` , ` osx_x86_64 ` , ` windows_x86_64 ` , ` RBE linux_x86_64 ` .
49- * Tier 1 - The platforms that are similar enough to what the CI runs: ` linux_aarch64 ` , ` osx_aarch64 ` .
50- * Tier 2 - The rest.
48+ * Tier 0 - The platforms that our CI runs: ` linux_x86_64 ` , ` osx_x86_64 ` , ` RBE linux_x86_64 ` .
49+ * Tier 1 - The platforms that are similar enough to what the CI runs: ` linux_aarch64 ` , ` osx_arm64 ` .
50+ What is more, ` windows_x86_64 ` is in this list as we run tests in CI but
51+ developing for Windows is more challenging and features may come later to
52+ this platform.
53+ * Tier 2 - The rest of the platforms that may have varying level of support, e.g.
54+ ` linux_s390x ` , ` linux_ppc64le ` , ` windows_arm64 ` .
5155
5256:::{note}
53- Code to support other platforms is allowed, but regressions will be fixed on a
54- best-effort basis. Feel free to contribute code that fixes ` rules_python ` on
55- a Tier 2 platform.
57+ Code to support Tier 2 platforms is allowed, but regressions will be fixed on a
58+ best-effort basis, so feel free to contribute by creating PRs.
5659
5760If you would like to provide/sponsor CI setup for a platform that is not Tier 0,
5861please create a ticket or contact the maintainers on Slack.
0 commit comments