From d7ff83cbf6e5563abc193fa376493dae0b6541aa Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 22 Jun 2024 18:12:40 -0700 Subject: [PATCH] add py3-gobject to alpine_packages Needed for tests under Alpine. Signed-off-by: Rosen Penev --- ci_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci_config.json b/ci_config.json index 29ab859f0..41427ac14 100644 --- a/ci_config.json +++ b/ci_config.json @@ -28,6 +28,12 @@ "libgpiod", "mocklibc" ], + "blueprint-compiler": { + "_comment": "py3-gobject3 needed for tests", + "alpine_packages": [ + "py3-gobject" + ] + }, "c-ares": { "build_options": [ "c-ares:tests=true",