Skip to content

Commit

Permalink
[ctemplate] use support expression (microsoft#28851)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 12, 2023
1 parent d27ec21 commit 9bb697c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/ctemplate/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@
},
"ctemplate": {
"baseline": "2020-09-14",
"port-version": 3
"port-version": 4
},
"ctp": {
"baseline": "6.6.1_P1_20210406_se",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/ctemplate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b3f163cc201cb05bf66a1c4880428f9f7be4170b",
"version-date": "2020-09-14",
"port-version": 4
},
{
"git-tree": "d0cd0a34b622b661af41d0f829ad22e406cd6c7f",
"version-date": "2020-09-14",
Expand Down

0 comments on commit 9bb697c

Please sign in to comment.