Open inkydragon opened 4 hours ago
This task always seems to fail.
https://buildkite.com/julialang/julia-master-scheduled/builds?branch=master
Preparing Setup program executable Updating icons (SETUP.E32) Updating version info (SETUP.E32) Running Sign Tool mysigntool: bash.exe '/c/workdir/.buildkite/utilities/windows/codesign.sh' "C:\workdir\uninst.e32.tmp" ERROR: Missing AZURE_* secret variables! Sign Tool command failed (Sign Tool command failed with exit code 0x1). Will retry (2 tries left). Running Sign Tool mysigntool: bash.exe '/c/workdir/.buildkite/utilities/windows/codesign.sh' "C:\workdir\uninst.e32.tmp" ERROR: Missing AZURE_* secret variables! Sign Tool command failed (Sign Tool command failed with exit code 0x1). Will retry (1 tries left). Running Sign Tool mysigntool: bash.exe '/c/workdir/.buildkite/utilities/windows/codesign.sh' "C:\workdir\uninst.e32.tmp" ERROR: Missing AZURE_* secret variables! Error in C:\workdir\.buildkite\utilities\windows\build-installer.iss: Sign Tool command failed with exit code 0x1.
https://github.com/JuliaCI/julia-buildkite/blob/0a56a6175a196cea2be0e9d88d480f025cb2f386/utilities/windows/codesign.sh#L51-L56
So, we migrated the regular upload jobs to using the new Microsoft Trusted Signing, but we never applied the same changes to the scheduled upload jobs. @staticfloat @gbaraldi Could you take a look?
This task always seems to fail.
https://buildkite.com/julialang/julia-master-scheduled/builds?branch=master
https://github.com/JuliaCI/julia-buildkite/blob/0a56a6175a196cea2be0e9d88d480f025cb2f386/utilities/windows/codesign.sh#L51-L56