-
Notifications
You must be signed in to change notification settings - Fork 98
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
Dockerfile for reproducible build may have an issue #1218
Comments
Maybe a transient issue? The package should be available: https://packages.ubuntu.com/jammy/lib32z1 |
Could it be that you are using an arm-based mac? In that case you will have to specify the amd64 platform since the way the docker image is constructed it requires that.
|
Were you able to build this way? Simply specifying the platform never worked for me. I have been trying to build on my M1 device multiple times in the past, but always ended up with a segfault a few minutes into the build. I never pursued it further and just used a different machine, but it would be great to know if there is a working and straight-forward solution. |
I didn't actually try to build. I guess the Apple emulation of x86 is only so good. Probably better to see if it is possible to find a compiler that can build on the arm platform. |
Sorta piggybacking on this issue (and mine is unrelated to the above), but I found a slight "unexpected behavior" situation introduced recently. Figured I'd put it in here in case others run into it (and maybe ask for a README tweak on https://github.com/BitBoxSwiss/bitbox02-firmware/blob/master/releases/README.md ?). I was running into an issue trying to build Yes, I probably should've upgraded my Docker setup before now, but I think it's worth noting that the change forces a switch.
After installing the To test if you've got things where you need them, you can explicitly |
Yes, we should probably document the minimal version of docker that is required. I think on most platforms buildx is shipped as the default builder. |
Seems like that some packages are not in the standard repository and therefore cannot be found.
The text was updated successfully, but these errors were encountered: