Skip to content

chore: fix build (digital envelope routines)#837

Merged
chingor13 merged 1 commit intogoogleapis:mainfrom
regseb:digital-envelope-routines
Nov 1, 2023
Merged

chore: fix build (digital envelope routines)#837
chingor13 merged 1 commit intogoogleapis:mainfrom
regseb:digital-envelope-routines

Conversation

@regseb
Copy link
Copy Markdown
Contributor

@regseb regseb commented Oct 4, 2023

Fix the build:

> release-please-action@3.7.12 build
> ncc build index.js

ncc: Version 0.27.0
ncc: Compiling file index.js
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:68:19)
    at Object.createHash (node:crypto:138:10)
    at hashOf (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:1:3253134)
    at ncc (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:1:3256648)
    at runCmd (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:51537)
    at 819 (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:48344)
    at __webpack_require__ (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55043)
    at /home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55194
    at /home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55220
    at Object.<anonymous> (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js:8:28) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

I think the problem is linked to the Node version upgrade and the OpenSSL version. The @vercel/ncc upgrade fixes the problem because they replaced a deprecated hash algorithm with sha256.

@SurferJeffAtGoogle SurferJeffAtGoogle added the priority: p3 Desirable enhancement or fix. May not be included in next release. label Oct 5, 2023
@chingor13 chingor13 merged commit c3f4481 into googleapis:main Nov 1, 2023
@regseb regseb deleted the digital-envelope-routines branch November 1, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: p3 Desirable enhancement or fix. May not be included in next release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants