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 <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2023-05-29 09:52:49 +02:00
parent 34e7dd5be4
commit 103d3109dc
1 changed files with 5 additions and 0 deletions

5
ci.fmf
View File

@ -1 +1,6 @@
resultsdb-testcase: separate
/test/build/dependent:
execute:
how: dependency
components: [golang]