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

rvm failing to install gpg keys on m1 machine #134

Open
brainbicycle opened this issue Sep 14, 2023 · 2 comments
Open

rvm failing to install gpg keys on m1 machine #134

brainbicycle opened this issue Sep 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@brainbicycle
Copy link

brainbicycle commented Sep 14, 2023

Orb version:

2.1.0

What happened:

I updated the machines in our circle ci jobs from macos.x86.medium.gen2 to macos.m1.medium.gen1 and the ruby install started failing with this error:

/bin/bash: line 8: gpg: command not found
Network error: Unable to receive GPG keys. Will attempt again (1/3)
/bin/bash: line 8: gpg: command not found
Network error: Unable to receive GPG keys. Will attempt again (2/3)
/bin/bash: line 8: gpg: command not found
Unable to receive GPG keys, FAILING

Exited with code exit status 1

https://app.circleci.com/pipelines/github/artsy/eigen/45590/workflows/1f1aa704-fbdc-4ca2-b88e-ed9bb02764f0/jobs/154278

Expected behavior:

Ruby version should install as before.

Additional Information:

There was a previous issue with some other reports of the issue but it was closed: #39

@jasperjorna
Copy link

Can confirm, getting the same error as mentioned above.

Using:

  macos:
    xcode: '15.2.0'
  resource_class: macos.m1.medium.gen1
/bin/bash: line 8: gpg: command not found
Network error: Unable to receive GPG keys. Will attempt again (1/3)
/bin/bash: line 8: gpg: command not found
Network error: Unable to receive GPG keys. Will attempt again (2/3)
/bin/bash: line 8: gpg: command not found
Unable to receive GPG keys, FAILING

Exited with code exit status 1

@quipo
Copy link

quipo commented May 8, 2024

Bump.

This PR would fix this issue, btw: #139

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
None yet
Development

No branches or pull requests

3 participants