You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Is there an existing issue for this?
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
================================== ❌ FAILURE ===================================
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: