Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for linux arm64 architecture #221

Open
cgonzalescdm opened this issue Oct 10, 2023 · 0 comments
Open

No support for linux arm64 architecture #221

cgonzalescdm opened this issue Oct 10, 2023 · 0 comments

Comments

@cgonzalescdm
Copy link

When running the plugin on Linux with arm64 architecture, the Linux sauce connect is downloaded for the x86 version instead of the arm64 version. Sauce Connect has download URLs for both, so there should be a way to detect the architecture for Linux and download the correct one.

When looking at lib/sauce-connect-launcher.js, it seems like there is no condition to check for architecture type.

Example error shows as:

Error: spawn Unknown system error -8
at ChildProcess.spawn (node:internal/child_process:413:11)
at spawn (node:child_process:757:9)
at connect (/builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:501:11)
at /builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:606:12
at tryRun (/builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/lib/try_run.js:4:3)
at run (/builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:601:3)
at /builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:630:14
at nextTask (/builds/test/accounts-webapp/automation-test/node_modules/sauce-connect-launcher/node_modules/async/dist/async.js:5327:14)
at next (/builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/node_modules/async/dist/async.js:5334:9)
at /builds/appgroup/test-webapp/automation-test/node_modules/sauce-connect-launcher/node_modules/async/dist/async.js:972:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant