From 8b98868c40f461df01ff8f58b5f9d23a40e64539 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:01:25 -0400 Subject: [PATCH] pin cmake as 4.0.0 breaks a lot of things --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5397032..7200d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 228e5ba..20fc1c0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \