apex-enterprise-patterns / fflib-apex-mocks

An Apex mocking framework for true unit testing in Salesforce, with Stub API support
BSD 3-Clause "New" or "Revised" License
423 stars 214 forks source link

Unable to deploy to developer org with Unhandled Exception #135

Closed taoduh closed 1 year ago

taoduh commented 1 year ago

Describe the bug

Unable to deploy to developer org

To Reproduce

  1. Click the deploy button
  2. Click the login
  3. Error prints at top of screen

Expected behavior

mocks library installs to developer org

Screenshots and text of error observed screenshot attached

Text of error which appears as a banner across top of screen

Unhandled Exception : java.lang.RuntimeException: /app/.local/share/sfdx/client/7.178.0-ce727f2/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /app/.local/share/sfdx/client/7.178.0-ce727f2/bin/node)

Version

yes, latest version Screen Shot 2022-11-28 at 12 15 27 PM

ImJohnMDaniel commented 1 year ago

Closing as this is a duplicate of #133 and not an issue with this repo. As you discovered, this is an issue with the GitHubSFDeploy tool. See actual issue here. I would suggest using the Salesforce CLI to deploy the ApexMocks codebase in the meantime.