We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a60e5 commit dfc275aCopy full SHA for dfc275a
codesigning/signing-worker/playbook.yml
@@ -53,9 +53,11 @@
53
update_cache: true
54
default_release: "{{ ansible_distribution_release }}-backports"
55
pkg:
56
- # The backports version is needed because the version in bookworm has
57
- # a critical bug in it that prevents it from working with our
58
- # certificate.
+ # The normal debian:bookworm repos have osslsigncode 2.5, which has a
+ # bug in it that prevents it from signing our binaries. This was
+ # fixed in osslsigncode 2.6. The version available in
59
+ # bookworm-backports is 2.9. The issue (and solution) was similar to
60
+ # https://stackoverflow.com/a/78308879
61
- osslsigncode
62
63
- name: Create the codesign directory
0 commit comments