Skip to content

Commit

Permalink
[ci] Ignore unsigned bundletool.jar content (#9139)
Browse files Browse the repository at this point in the history
Fix sign check verify for the redistributed bundletool.jar,
which has been failing with:

    bundletool.jardir\com\sun\jna\win32-x86\jnidispatch.dll : Certificate : SignTool Error: No signature found.
    bundletool.jardir\com\sun\jna\win32-x86-64\jnidispatch.dll : Certificate : SignTool Error: No signature found.
  • Loading branch information
pjcollins authored Jul 25, 2024
1 parent c146e0a commit c89de29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/create-packs/SignVerifyIgnore.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**\*.xml,ignore unsigned xml
**\cab*.cab.cab,ignore unsigned .cab
**\com\sun\jna\win32-*\jnidispatch.dll, ignore external bundletool.jar content

0 comments on commit c89de29

Please sign in to comment.