Skip to content

Commit fe1d77b

Browse files
Merge pull request #72 from dreamer-coding/add_tests_cmake
Throw CMake out
2 parents 2af01bf + b32f16f commit fe1d77b

File tree

11 files changed

+5
-380
lines changed

11 files changed

+5
-380
lines changed

.github/ciimage/Dockerfile.archlinux

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ RUN pacman -Syu --noconfirm && \
1111
clang \
1212
gdb \
1313
llvm \
14-
rust \
15-
cargo \
1614
wget \
1715
python \
1816
python-pip \
1917
git \
20-
cmake \
2118
meson \
2219
ninja \
2320
tzdata && \

.github/ciimage/Dockerfile.debian

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN apt-get update && \
1515
gdb \
1616
llvm \
1717
libstdc++-8-dev \
18-
cmake \
1918
wget \
2019
python3 \
2120
python3-pip \

.github/ciimage/Dockerfile.fedora

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ RUN dnf -y update && \
1313
clang \
1414
gdb \
1515
llvm \
16-
rust \
17-
cargo \
1816
wget \
1917
python3 \
2018
python3-pip \
2119
git && \
2220
dnf clean all
2321
# Install Meson and Ninja using pip
24-
RUN python3 -m pip install --no-cache-dir cmake meson ninja
22+
RUN python3 -m pip install --no-cache-dir meson ninja
2523

2624
# Set environment variables
2725
ENV CC=/usr/bin/clang

.github/ciimage/Dockerfile.ubuntu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ RUN apt-get update && \
1515
gdb \
1616
llvm \
1717
libstdc++-10-dev \
18-
rustc \
19-
cargo \
2018
wget \
2119
python3 \
2220
python3-pip \
@@ -25,7 +23,7 @@ RUN apt-get update && \
2523
apt-get clean && \
2624
rm -rf /var/lib/apt/lists/*
2725

28-
RUN python3 -m pip install --no-cache-dir cmake meson ninja
26+
RUN python3 -m pip install --no-cache-dir meson ninja
2927

3028
# Set environment variables
3129
ENV CC=/usr/bin/gcc

.github/workflows/cmake_ci.yml

Lines changed: 0 additions & 283 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)