diff --git a/ports/ctemplate/vcpkg.json b/ports/ctemplate/vcpkg.json index 7a8c84bbf1806f..3aa246f47277cd 100644 --- a/ports/ctemplate/vcpkg.json +++ b/ports/ctemplate/vcpkg.json @@ -1,8 +1,8 @@ { "name": "ctemplate", "version-date": "2020-09-14", - "port-version": 3, + "port-version": 4, "description": "C++ CTemplate system", "homepage": "https://github.com/OlafvdSpek/ctemplate", - "supports": "!arm" + "supports": "windows & !arm" } diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index af4d799d8739df..df0095e1b2600c 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -173,8 +173,6 @@ cppgraphqlgen:x64-linux=fail crashpad:arm64-windows=fail crashpad:arm-uwp=fail crashpad:x86-windows=fail -ctemplate:x64-linux=fail -ctemplate:x64-osx=fail cuda:x64-osx=fail # Since pipeline cannot automatically install dbghelp dependency, skip this detection dbghelp:arm-uwp=skip diff --git a/versions/baseline.json b/versions/baseline.json index 6f60e7506f0afd..8aaa6b6050d768 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1794,7 +1794,7 @@ }, "ctemplate": { "baseline": "2020-09-14", - "port-version": 3 + "port-version": 4 }, "ctp": { "baseline": "6.6.1_P1_20210406_se", diff --git a/versions/c-/ctemplate.json b/versions/c-/ctemplate.json index 231ef80ca605da..badf8947584c70 100644 --- a/versions/c-/ctemplate.json +++ b/versions/c-/ctemplate.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b3f163cc201cb05bf66a1c4880428f9f7be4170b", + "version-date": "2020-09-14", + "port-version": 4 + }, { "git-tree": "d0cd0a34b622b661af41d0f829ad22e406cd6c7f", "version-date": "2020-09-14",