From 85f5e134cea4b2702ea8332ca43b4f1aa192e4c4 Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:26:50 +0800 Subject: [PATCH] [vcpkg baseline][treehopper] Only build dynamic libraries (#35435) --- ports/treehopper/vcpkg.json | 3 ++- scripts/ci.baseline.txt | 4 ---- versions/baseline.json | 2 +- versions/t-/treehopper.json | 5 +++++ 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ports/treehopper/vcpkg.json b/ports/treehopper/vcpkg.json index 3287953f8d..42d19e0f68 100644 --- a/ports/treehopper/vcpkg.json +++ b/ports/treehopper/vcpkg.json @@ -1,9 +1,10 @@ { "name": "treehopper", "version": "1.11.3", - "port-version": 7, + "port-version": 8, "description": "Treehopper connects the physical world to your computer, tablet, or smartphone.", "homepage": "https://treehopper.io", + "supports": "!staticcrt", "dependencies": [ "libusb", { diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index a16e55a356..91100f223f 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1166,11 +1166,7 @@ torch-th:arm64-uwp=fail torch-th:x64-android=fail torch-th:x64-uwp=fail torch-th:x64-windows-static=fail -treehopper:arm-neon-android=fail -treehopper:arm64-android=fail -treehopper:x64-android=fail treehopper:x64-linux=fail -treehopper:x64-windows-static=fail turbobase64:arm-neon-android=fail tvision:arm-neon-android=fail tvision:arm64-android=fail diff --git a/versions/baseline.json b/versions/baseline.json index 1509ee9e4c..aba04815c5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8594,7 +8594,7 @@ }, "treehopper": { "baseline": "1.11.3", - "port-version": 7 + "port-version": 8 }, "triangle": { "baseline": "1.6", diff --git a/versions/t-/treehopper.json b/versions/t-/treehopper.json index e8271133ea..8569bae361 100644 --- a/versions/t-/treehopper.json +++ b/versions/t-/treehopper.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "94c478388c393d8b174b2fd9c4ad0f77805583dc", + "version": "1.11.3", + "port-version": 8 + }, { "git-tree": "bfc0dea8339d81f05a040cd2ca7831c18c43f765", "version": "1.11.3",