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

Static openssl #2924

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Static openssl #2924

wants to merge 17 commits into from

Conversation

klirichek
Copy link
Contributor

@klirichek klirichek commented Jan 13, 2025

some gitlab stuff need to be mirrored into github also

The related issue is #2789

@sanikolaev
Copy link
Collaborator

The following command:

docker buildx build --platform linux/amd64,linux/arm64 --push -t manticoresearch/external_toolchain:vcpkg331_20250114 .

fails on dev2 while building the aarch64 image with the error: eval: cmake: not found.

image

@klirichek, did it work for you? Do you know why it fails and how to fix it?

  • The amd64 image builds without any issues.
  • docker buildx build --platform linux/aarch64 --push -t manticoresearch/external_toolchain:vcpkg331_20250114 . fails too
  • docker build --platform linux/aarch64 --push -t manticoresearch/external_toolchain:vcpkg331_20250114 . fails the same way
  • If I try to build on Mac M1 (docker build --platform linux/aarch64 .) I get this:
     => ERROR [5/6] RUN cd / && git clone https://github.com/microsoft/vcpkg.git && cd vcpkg && 
    ./bootstrap-vcpkg.sh && vcpkg install vcpkg-cmake vcpkg-cmake-config vcpkg-cmake-get  243.0s
    ------
     > [5/6] RUN cd / && git clone https://github.com/microsoft/vcpkg.git && cd vcpkg && 
    ./bootstrap-vcpkg.sh && vcpkg install vcpkg-cmake vcpkg-cmake-config vcpkg-cmake-get-vars:
    0.074 Cloning into 'vcpkg'...
    Updating files: 100% (12000/12000), done.
    230.1 Unable to determine a binary release of vcpkg; attempting to build from source.
    230.1 Downloading vcpkg tool sources
    241.9 Building vcpkg-tool...
    242.2 qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants