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

[Bug]: Installing browsers fails on mac #415

Closed
2 tasks done
kukkok3 opened this issue Apr 15, 2024 · 0 comments · Fixed by #428
Closed
2 tasks done

[Bug]: Installing browsers fails on mac #415

kukkok3 opened this issue Apr 15, 2024 · 0 comments · Fixed by #428
Assignees
Labels
bug Something isn't working

Comments

@kukkok3
Copy link
Contributor

kukkok3 commented Apr 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Building catalyst-voices using earthly +build fails on mac M1 when chrome for testing is installed because we dont check the type of architecture we are building for.

Expected Behavior

No response

Project

Frontend

What operating system are you seeing the problem on?

macOS

What browsers are you seeing the problem on?

Not Applicable

Relevant log output

+deps | rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
+deps | ./scripts/install-chrome-linux64.sh: line 26: 1979 Trace/breakpoint trap google-chrome --version
+deps | Installing Chromedriver...
+deps | Archive: /opt/chromedriver/chromedriver.zip
+deps | inflating: /opt/chromedriver/LICENSE.chromedriver
+deps | inflating: /opt/chromedriver/chromedriver

           +deps | rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
           +deps |  ./scripts/install-chrome-linux64.sh: line 35:  1989 Trace/breakpoint trap   chromedriver --version
           +deps | ERROR Earthfile line 13:4
           +deps |       The command
           +deps |           RUN chmod +x scripts/install-chrome-linux64.sh && ./scripts/install-chrome-linux64.sh
           +deps |       did not complete successfully. Exit code 133

================================== ❌ FAILURE ===================================

           +deps *failed* | Repeating the failure error...
           +deps *failed* | platform=linux/amd64 save_locally=true
           +deps *failed* | --> RUN chmod +x scripts/install-chrome-linux64.sh && ./scripts/install-chrome-linux64.sh

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kukkok3 kukkok3 added the bug Something isn't working label Apr 15, 2024
@kukkok3 kukkok3 added this to Catalyst Apr 15, 2024
@kukkok3 kukkok3 self-assigned this Apr 15, 2024
@kukkok3 kukkok3 moved this to 🏗 In progress in Catalyst Apr 15, 2024
@kukkok3 kukkok3 linked a pull request Apr 16, 2024 that will close this issue
8 tasks
@Mr-Leshiy Mr-Leshiy moved this from 🏗 In progress to ✅ Done in Catalyst Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants