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

Cucumber Test Environment MacM1 Failure #633

Open
Eric-Warehime opened this issue Aug 24, 2022 · 0 comments
Open

Cucumber Test Environment MacM1 Failure #633

Eric-Warehime opened this issue Aug 24, 2022 · 0 comments
Labels
bug Something isn't working Team Lamprey

Comments

@Eric-Warehime
Copy link
Contributor

Subject of the issue

On an M1 (and I think any ARM processor in general will also have this error), the cucumber docker container will fail on the following line:
https://github.com/algorand/js-algorand-sdk/blob/develop/tests/cucumber/docker/Dockerfile#L12

Changing to chromium potentially resolves this--not sure how this will affect the chrome tests.

Your environment

Mac M1 (I believe it will reproduce on any ARM processor though).

Steps to reproduce

  1. make docker-build

Expected behaviour

Container runs

Actual behaviour

Container build exits on failure with the following error:

#5 436.5 E: Package 'google-chrome-stable' has no installation candidate
------
executor failed running [/bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -   && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list   && apt-get update -qqy   && apt-get -qqy --no-install-recommends install google-chrome-stable firefox]: exit code: 100
make: *** [docker-build] Error 1
@Eric-Warehime Eric-Warehime added the new-bug Bug report that needs triage label Aug 24, 2022
@algoanne algoanne added bug Something isn't working and removed new-bug Bug report that needs triage labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Team Lamprey
Projects
None yet
Development

No branches or pull requests

4 participants
@winder @Eric-Warehime @algoanne and others