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

Docker build fails #440

Open
mrmbernardi opened this issue Nov 28, 2022 · 1 comment
Open

Docker build fails #440

mrmbernardi opened this issue Nov 28, 2022 · 1 comment

Comments

@mrmbernardi
Copy link

When I run the docker command I get the following error:

CMake Error: The current CMakeCache.txt directory /src/lsquic/CMakeCache.txt is different than the directory /root/lsquic where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt The command '/bin/sh -c cd /src/lsquic && cmake -DBORINGSSL_DIR=/src/boringssl . && make' returned a non-zero code: 1

The normal build works however there's no configurations for building the examples.

@LLL2000L
Copy link

You can solve the problem by adding “rm CMakeCache.txt && \” to RUN in the Dockerfile.

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

No branches or pull requests

2 participants