From 9ca5a12c646ad3f2f9ca84729ec2e2898d2dd2dc Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Tue, 17 Mar 2020 13:23:20 -0700 Subject: [PATCH] Support tier shuffle: Win32, ARMv7 -= 1, AArch64 += 1 This shuffles a few support tiers: * 32-bit Windows shifts from tier 1 to tier 2 support. This will allow to continue working on releases even if Win32 is being finicky with some tests. (This is the case for v1.4.0, with Win32 intermittently failing the Distributed tests.) * AArch64 shifts from tier 2 to tier 1. We have CI that ensures that AArch64 builds and passes tests, and it has been doing so consistently for a while now. * ARMv7 shifts from tier 2 to 3. We've had a number of issues on ARMv7, which have made producing release binaries quite tricky due to build failures and other issues. --- downloads/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index e4bf4b5798..4de41c8cae 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -250,7 +250,7 @@ The platforms currently supported by Julia are listed below. They are divided in i686 (32-bit) - Tier 1 + Tier 2 Linux @@ -271,12 +271,12 @@ The platforms currently supported by Julia are listed below. They are divided in ARMv7 (32-bit) - Tier 2 + Tier 3 ARMv8 (64-bit) - Tier 2 + Tier 1