-
Notifications
You must be signed in to change notification settings - Fork 29
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
Increase CMake version to > 3.9 ? #35
Comments
Hi! Just bumped CMake to 3.12.2, expect to be available in ~2h once Jenkins will pick up those changes. |
Question: I am using the latest docker image, but I still get cmake 3.7.2, how can that be?
|
Indeed I can confirm this was a case.
Sorry for inconvenience! The problem was with Jenkins configuration and broken 1.37.17 release that prevented to re-compile incoming branch. |
@BlueSolei: in addition CMake 3.12.2 is going to be a part of If you would like to use the image locally, you can compile it with command: git clone [email protected]:trzecieu/emscripten-docker.git
cd emscripten-docker
docker build -t emscripten --build-arg EMSCRIPTEN_SDK=sdk-tag-1.38.21-64bit docker/trzeci/emscripten
docker run --rm -it emscripten bash -c "cmake --version && emcc --version"
|
Thanks a lot for the detailed explanation. |
Hi,
similarly to #23 I ran into CMake version issue. LevelDB needs at least 3.9.
In the source of the installer I found the option:
--skip-license
So my upgrader now consists of:
It works for me now but it might be convenient for others.
Cheers,
Hans
The text was updated successfully, but these errors were encountered: