-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Docker build fails #24471
Comments
Here is a log of failure when running the command
|
Weirdly enough the equivalent script in Trino Gateway works for me and I can build all three architecture containers. |
Maybe we should use microdnf in the builder/packages phase .. if that worked before .. but not on the output as we did .. |
@mosabua it's about packages, not an installation method. Seems like some glibc incompatibility. Worked for me when I was doing that, stopped working now so I guess this is due to some package update in the meantime. |
@hashhar mentioned on slack that it might be this orbstack bug - orbstack/orbstack#1457 |
FYI, the way I worked around this was to remove |
Fair enough @tbaeg .. I think we will leave our current setup in place since it works fine on Linux. And we will monitor what happens with orbstack and in general. Maybe some other docker setup on macos works .. |
@mosabua I think that's perfectly reasonable. Just wanted to post a workaround in case others run into the issue and are looking for a solution. |
When trying to build the docker containers withe script
core/docker/build.sh
on an ARM-based MacbookPro I get failures. I am using orbstack for docker.Restricting the architecture with
./build.sh -a arm64
works fine.Looking at the readme and the script source there is no further on requirements.
The text was updated successfully, but these errors were encountered: