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

Latest container no longer includes node-gyp #195

Open
jzempel opened this issue Sep 22, 2023 · 0 comments
Open

Latest container no longer includes node-gyp #195

jzempel opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jzempel
Copy link

jzempel commented Sep 22, 2023

Orb version:

5.1.0

What happened:

From what I can tell, when cimg/node:lts advanced from sha256:901508... to sha256:49c50d... it seems node-gyp is no longer globally available. When this happens, yarn install short circuits and leaves builds in an unpredictable state. As one example, yarn prepare doesn't run.

It's hard to say, but this may be a combination particular to lts + yarn 🤷

Expected behavior:

Ideally, the container environment would remain stable within the context of an orb's major version.

Additional Information:

Adding yarn global add node-gyp is getting our CI builds back on track.

@jzempel jzempel added the bug Something isn't working label Sep 22, 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
Projects
None yet
Development

No branches or pull requests

1 participant