-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
make environment
fails on M1 MacBook Pro
#17185
Comments
We have confirmed this bug. The problem is that the dev image is hard coded to a tag that is x86_64-only, which won't work on anything else. |
Thank you for verifying that for me @bruceg - I'm still not entirely comfortable with the codebase. As I'm experimenting with contributing to Vector, I'd like to take a stab at fixing this minor thing and will try and get it working and make a PR. The dev image you are referring to must be the |
Hmm, I think now the tag name is actually a red herring. The issue is coming at some other point. As this is running in Docker, is docker itself running in qemu emulating x86_64? It might be we're downloading the wrong Rust binaries because of confusion over that emulation. |
I'm not sure if it is emulating, it looks like it's ARM64 to me locally? |
Fixes: #17185 Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
) Fixes: #17185 Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
A note for the community
Problem
make environment
from master branch fails with error 1 on an M1 MacBook Pro running latest version of MacOS.Seems like Qemu is hardcoded for x86_64, potentially because the docker base Docker image is based on x86?
Configuration
No response
Version
master
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: