From 103d3109dc18032d5446c71764917f6bf25fbfaa Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 29 May 2023 09:52:49 +0200 Subject: [PATCH] ci.fmf: Enable golang tests as reverse dependency This will trigger the tests for the golang package when the openssl package is updated, which would be particularly useful when openssl adds a new algorithm tightning. Manual configuration is necessary as Go applications dlopen's libcrypto.so.* and openssl doesn't normally appear as a dependency at RPM level. Signed-off-by: Daiki Ueno --- ci.fmf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci.fmf b/ci.fmf index c5aa0e0..b15ef08 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1 +1,6 @@ resultsdb-testcase: separate + +/test/build/dependent: + execute: + how: dependency + components: [golang]