Skip to content

Commit a463794

Browse files
Merge pull request #40 from dreamer-coding/pr_adding_valgrind
CI Patch update
2 parents 85ccc29 + 8091ca0 commit a463794

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/ciimage/Dockerfile.debian

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ RUN apt-get update && \
1414
g++ \
1515
gdb \
1616
llvm \
17-
gobjc \
18-
gobjc++ \
19-
libobjc-8-dev \
2017
libstdc++-8-dev \
2118
rustc \
2219
cargo \

.github/ciimage/Dockerfile.ubuntu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ RUN apt-get update && \
1414
g++ \
1515
gdb \
1616
llvm \
17-
gobjc \
18-
gobjc++ \
19-
libobjc-10-dev \
2017
libstdc++-10-dev \
2118
rustc \
2219
cargo \
23-
dub \
2420
wget \
2521
python3 \
2622
python3-pip \

.github/workflows/meson_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
-w /workspace \
250250
${GITHUB_REPOSITORY}:${{ matrix.distro }} \
251251
/bin/bash -c "
252+
apt-get update
252253
meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
253254
meson compile -C builddir
254255
meson test -C builddir -v"
@@ -345,4 +346,4 @@ jobs:
345346
346347
- name: Build the Project
347348
run: |
348-
meson compile -C builddir
349+
meson compile -C builddir

code/logic/marking.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <float.h>
2323
#include <stdarg.h>
2424

25-
2625
#if defined(_WIN32)
2726
#include <windows.h>
2827
static LARGE_INTEGER frequency;

0 commit comments

Comments
 (0)