From a208701a5ad0075001d61c7cf376b162f6931562 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Tue, 1 Mar 2022 12:38:58 -0800 Subject: [PATCH] Add STL cgmanifest entry for Boost (#2598) With SHA for the boost-1.66.0 tag, which is the version from which we made the nuget that we use to build the STL's special math function satellite. This is a dual of MSVC-PR-382487. --- docs/cgmanifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/cgmanifest.json b/docs/cgmanifest.json index 80b3ab43f..b8e679832 100644 --- a/docs/cgmanifest.json +++ b/docs/cgmanifest.json @@ -1,5 +1,14 @@ { "Registrations": [ + { + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/boostorg/boost", + "commitHash": "b143a5b72075f47307a23e680889d8434c8afc54" + } + } + }, { "component": { "type": "git",