pin cmake as 4.0.0 breaks a lot of things

This commit is contained in:
aptalca 2025-04-04 12:01:25 -04:00
parent 2b5a969177
commit 8b98868c40
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ RUN \
pip \
setuptools \
wheel && \
pip install --no-cache-dir cmake mako meson ninja packaging ply pyyaml
pip install --no-cache-dir cmake==3.31.6 mako meson ninja packaging ply pyyaml
# compile 3rd party libs
RUN \

View File

@ -102,7 +102,7 @@ RUN \
pip \
setuptools \
wheel && \
pip install --no-cache-dir cmake meson ninja
pip install --no-cache-dir cmake==3.31.6 meson ninja
# compile 3rd party libs
RUN \