21 Sep
2024
21 Sep
'24
13:36
https://bugzilla.suse.com/show_bug.cgi?id=1217690 https://bugzilla.suse.com/show_bug.cgi?id=1217690#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> --- I found one way to make it reproducible: --- a/src/meson.build +++ b/src/meson.build @@ -16,7 +16,7 @@ summary({ # Module Signing openssl = find_program('openssl', required : false) -if openssl.found() +if false ipa_priv_key = custom_target('ipa-priv-key', output : ['ipa-priv-key.pem'], command : [gen_ipa_priv_key, '@OUTPUT@']) This results in a warning "all IPA modules will be isolated" but what does that mean? -- You are receiving this mail because: You are on the CC list for the bug.