Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[civetweb] no windows arm #33711

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/civetweb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "civetweb",
"version": "1.15",
"port-version": 2,
"port-version": 3,
"description": "Easy to use, powerful, C/C++ embeddable web server.",
"homepage": "https://github.com/civetweb/civetweb",
"supports": "!uwp",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
3 changes: 0 additions & 3 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ chromium-base:x64-linux=skip
# because the first attempt to build it fails, but subsequent attempts succeed
chromium-base:x64-osx=skip

civetweb:arm64-windows = skip
civetweb:arm-uwp = skip
civetweb:x64-uwp = skip
clamav:arm64-windows=fail

# clapack is replaced by lapack-reference on the platforms lapack-reference supports
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@
},
"civetweb": {
"baseline": "1.15",
"port-version": 2
"port-version": 3
},
"cjson": {
"baseline": "1.7.15",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/civetweb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a3847be52c382b4546939abf4ab3bf422bde1be3",
"version": "1.15",
"port-version": 3
},
{
"git-tree": "f5c4ed510288187d465737a301891b1101d6c373",
"version": "1.15",
Expand Down
Loading