Stefan Oltmann
08/28/2023, 1:09 PMsign.set(true)
it takes over 60 minutes until my CI get's a timeout.
Without singing the whole process is done in 15 minutes.
I separated desktopJar
into it's own build step to make sure this is not the problem - it completes after 5 minutes.
Running locally it works. I assume that codesign may show a dialog for unlocking the keychain or something. That wasn't the case before.mikehearn
08/29/2023, 11:44 AMmikehearn
08/29/2023, 11:44 AMStefan Oltmann
08/30/2023, 6:28 AMStefan Oltmann
08/30/2023, 8:59 AMStefan Oltmann
08/30/2023, 8:59 AMStefan Oltmann
08/30/2023, 5:10 PMsecurity set-keychain-settings -lut 3600 build.keychain
, because otherwise on CI the keychains locks up before the gradle task gets to sign.