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

cmake version in the build docker container is wrong #75

Open
stellaraccident opened this issue Feb 7, 2025 · 0 comments
Open

cmake version in the build docker container is wrong #75

stellaraccident opened this issue Feb 7, 2025 · 0 comments

Comments

@stellaraccident
Copy link
Contributor

During job setup, it report 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.

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

1 participant