Skip to content

Commit

Permalink
[CI] Fix the notarization (enso-org#9506)
Browse files Browse the repository at this point in the history
The enso-org#9435 broke the notarization, as it adds new binaries to the package that need to be included in our code signing workarounds.
  • Loading branch information
mwu-tow authored Mar 21, 2024
1 parent 4ed970d commit 55a47da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/ide-desktop/lib/client/tasks/signArchivesMacOs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ async function ensoPackageSignables(resourcesDir: string): Promise<Signable[]> {
'org/sqlite/native/Mac/x86_64/libsqlitejdbc.jnilib',
],
],
[
`lib/Standard/Snowflake/*/polyglot/java/snowflake-jdbc-*.jar`,
[
'META-INF/native/libconscrypt_openjdk_jni-osx-*.dylib',
'META-INF/native/libio_grpc_netty_shaded_netty_tcnative_osx_*.jnilib',
],
],
[
`lib/Standard/Google_Api/*/polyglot/java/grpc-netty-shaded-*.jar`,
['META-INF/native/libio_grpc_netty_shaded_netty_tcnative_osx_*.jnilib'],
Expand Down

0 comments on commit 55a47da

Please sign in to comment.