From 210ac9c9ecccbb6d4b0b71ccf76ca9366a045cea Mon Sep 17 00:00:00 2001 From: Douglas Barker Date: Tue, 30 Sep 2025 21:35:07 -0400 Subject: [PATCH] add ryml to the conan files for install tests --- install/conan/conanfile_latest.txt | 1 + install/conan/conanfile_stable.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/install/conan/conanfile_latest.txt b/install/conan/conanfile_latest.txt index bece732038..851751aa6c 100644 --- a/install/conan/conanfile_latest.txt +++ b/install/conan/conanfile_latest.txt @@ -10,6 +10,7 @@ grpc/1.67.1 nlohmann_json/3.12.0 prometheus-cpp/1.3.0 opentracing-cpp/1.6.0 +rapidyaml/0.9.0 [options] grpc/*:fPIC=True diff --git a/install/conan/conanfile_stable.txt b/install/conan/conanfile_stable.txt index f9b1f36b7c..d84205ca5d 100644 --- a/install/conan/conanfile_stable.txt +++ b/install/conan/conanfile_stable.txt @@ -10,6 +10,7 @@ grpc/1.54.3 nlohmann_json/3.10.5 prometheus-cpp/1.2.4 opentracing-cpp/1.6.0 +rapidyaml/0.9.0 [options] grpc/*:fPIC=True