From f3f0f4792612f9cb87dc92082049baa018680ad1 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Wed, 30 Dec 2020 09:58:27 +0300 Subject: [PATCH] Add ruby 3.0.0 to the toolcache (#2366) * Add Ruby 3.0.0 to toolsets * Ruby 2.7.2 as default for macOS * Minor fix --- images/linux/toolsets/toolset-1604.json | 3 ++- images/linux/toolsets/toolset-1804.json | 3 ++- images/linux/toolsets/toolset-2004.json | 3 ++- images/macos/toolsets/toolset-10.13.json | 3 ++- images/macos/toolsets/toolset-10.14.json | 3 ++- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.0.json | 3 ++- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/images/linux/toolsets/toolset-1604.json b/images/linux/toolsets/toolset-1604.json index 5001ae1c..ee5a88b6 100644 --- a/images/linux/toolsets/toolset-1604.json +++ b/images/linux/toolsets/toolset-1604.json @@ -66,7 +66,8 @@ "2.4.*", "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 75b23383..3444f50d 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -66,7 +66,8 @@ "2.4.*", "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 104e9f60..e591d2da 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -54,7 +54,8 @@ "versions": [ "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/macos/toolsets/toolset-10.13.json b/images/macos/toolsets/toolset-10.13.json index 71134939..2caacab0 100644 --- a/images/macos/toolsets/toolset-10.13.json +++ b/images/macos/toolsets/toolset-10.13.json @@ -248,7 +248,8 @@ "2.4.*", "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/macos/toolsets/toolset-10.14.json b/images/macos/toolsets/toolset-10.14.json index f8746b8b..298be408 100644 --- a/images/macos/toolsets/toolset-10.14.json +++ b/images/macos/toolsets/toolset-10.14.json @@ -307,7 +307,8 @@ "2.4.*", "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 6d24256f..2402e674 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -235,7 +235,8 @@ "2.4.*", "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/macos/toolsets/toolset-11.0.json b/images/macos/toolsets/toolset-11.0.json index 66d23985..cf9b4486 100644 --- a/images/macos/toolsets/toolset-11.0.json +++ b/images/macos/toolsets/toolset-11.0.json @@ -147,7 +147,8 @@ "2.4.*", "2.5.*", "2.6.*", - "2.7.*" + "2.7.*", + "3.0.*" ] } ], diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 86c3a94c..62086ece 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -8,7 +8,8 @@ "2.4", "2.5", "2.6", - "2.7" + "2.7", + "3.0" ], "default": "2.5" }, diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index c0fbda3e..6d2df7f4 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -8,7 +8,8 @@ "2.4", "2.5", "2.6", - "2.7" + "2.7", + "3.0" ], "default": "2.5" },