From 63f134ecf5d24c708ab3e369bda318ad275ccb9e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 10 Feb 2022 08:26:58 -0800 Subject: [PATCH] [Windows] Add ARM/ARM64 libraries to windows-2022 (#5056) (#5058) --- images/win/toolsets/toolset-2022.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index a3530c89f..826380265 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -211,6 +211,8 @@ "Microsoft.VisualStudio.Component.VC.Tools.ARM64EC", "Microsoft.VisualStudio.Component.VC.v141.x86.x64", "Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre", + "Microsoft.VisualStudio.Component.VC.v141.ARM.Spectre", + "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre", "Microsoft.VisualStudio.Component.VC.v141.MFC", "Microsoft.VisualStudio.Component.VC.v141.MFC.Spectre", "Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM",