We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During job setup, it report cmake version 3.28.3
cmake version 3.28.3
But the docker is built with:
######## CMake ######## WORKDIR /install-cmake ENV CMAKE_VERSION="3.25.2" COPY install_cmake.sh ./ RUN ./install_cmake.sh "${CMAKE_VERSION}" && rm -rf /install-cmake
The 3.25.2 version was chosen to align with Ubuntu 22.04.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During job setup, it report
cmake version 3.28.3
But the docker is built with:
The 3.25.2 version was chosen to align with Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: