Currently CI [1] for redhat-developer/che-dockerfiles is failing with the following error:
Cloning into 'nss_wrapper'...
[91mCMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
[0m[91mCMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file: /home/user/nss_wrapper/obj/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
[0m[91mCMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
[0m-- Configuring incomplete, errors occurred!
The command '/bin/sh -c sudo chown user:user /tmp/install /tmp/install/* && /tmp/install/nss_wrapper_nodejs.install && sudo rm -rf /tmp/install' returned a non-zero code: 1
Connection to 172.19.3.94 closed.
There has not been any changes in the repo since October 9
[1] https://ci.centos.org/job/devtools-eclipse-che-build-dockerfiles/
I was able to reproduce this locally when testing a PR to the repo as well.
@amisevsk hmm, interesting I thought this problem is CI specific since we have not updated any code in the repo for quite some time
merged. Closing