From 5af33c0736f88f02035f956460ef34c13055fa11 Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Sun, 25 Sep 2022 15:16:51 -0700 Subject: [PATCH] (maint) Update to latest Augeas for pdk-runtime We recently made changes to the Augeas component and this looks to have broken pdk-runtime for MacOS platforms. If we bump the version of Augeas from 1.8.1 to the latest of 1.13.0 then pdk-runtime will build on MacOS. --- configs/projects/pdk-runtime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/projects/pdk-runtime.rb b/configs/projects/pdk-runtime.rb index 7f7aa5348..0ae20ea30 100644 --- a/configs/projects/pdk-runtime.rb +++ b/configs/projects/pdk-runtime.rb @@ -2,6 +2,7 @@ # Used in component configurations to conditionally include dependencies proj.setting(:runtime_project, "pdk") proj.setting(:openssl_version, '1.1.1') + proj.setting(:augeas_version, '1.13.0') platform = proj.get_platform proj.version_from_git