From 12587a915d4639f0923f7313f345053533685029 Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Tue, 12 Sep 2023 00:13:01 +0200 Subject: [PATCH] [civetweb] no windows arm --- ports/civetweb/vcpkg.json | 4 ++-- scripts/ci.baseline.txt | 3 --- versions/baseline.json | 2 +- versions/c-/civetweb.json | 5 +++++ 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ports/civetweb/vcpkg.json b/ports/civetweb/vcpkg.json index 98ce11d2235b86..52ffa7b2d4e904 100644 --- a/ports/civetweb/vcpkg.json +++ b/ports/civetweb/vcpkg.json @@ -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", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 48f5452dab7be1..2dc8f6d899a373 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -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 diff --git a/versions/baseline.json b/versions/baseline.json index ef0e180e1e2da1..ac5def0959b909 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1558,7 +1558,7 @@ }, "civetweb": { "baseline": "1.15", - "port-version": 2 + "port-version": 3 }, "cjson": { "baseline": "1.7.15", diff --git a/versions/c-/civetweb.json b/versions/c-/civetweb.json index 07285a0c432152..88e977b5a79cf5 100644 --- a/versions/c-/civetweb.json +++ b/versions/c-/civetweb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a3847be52c382b4546939abf4ab3bf422bde1be3", + "version": "1.15", + "port-version": 3 + }, { "git-tree": "f5c4ed510288187d465737a301891b1101d6c373", "version": "1.15",