Revert cmake additions for ember-plus (not needed for 7.4)

This commit is contained in:
Alexey Pustovalov 2026-06-11 16:21:25 +09:00
parent e308b79a78
commit cf628972c1
5 changed files with 0 additions and 9 deletions

View file

@ -32,7 +32,6 @@ RUN set -eux && \
INSTALL_PKGS="bash \
autoconf \
automake \
cmake \
c-ares-dev \
coreutils \
curl \

View file

@ -28,9 +28,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="autoconf \
automake \
bash \
cmake \
gcc \
gcc-c++ \
patch \
c-ares-devel \
pcre2-devel \

View file

@ -28,9 +28,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="autoconf \
automake \
bash \
cmake \
gcc \
gcc-c++ \
go-toolset \
patch \
c-ares-devel \

View file

@ -42,9 +42,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="autoconf \
automake \
bash \
cmake \
gcc \
gcc-c++ \
go-toolset \
patch \
c-ares-devel \

View file

@ -31,11 +31,9 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
INSTALL_PKGS="bash \
autoconf \
automake \
cmake \
binutils \
curl \
gcc \
g++ \
libc6-dev \
libc-ares-dev \
libcurl4-openssl-dev \