Skip to content

Commit 37c7ee2

Browse files
move images around
1 parent 672f40e commit 37c7ee2

File tree

4 files changed

+5
-35
lines changed

4 files changed

+5
-35
lines changed

.github/ciimage/Dockerfile.alpine

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ RUN apk update && \
1818
rust \
1919
cargo \
2020
wget \
21+
meson \
22+
ninja \
2123
python3 \
2224
py3-pip \
23-
git \
24-
tzdata
25-
26-
RUN python3 -m pip install --no-cache-dir meson ninja
25+
git
2726

2827
# Set environment variables
2928
ENV CC=/usr/bin/gcc

.github/ciimage/Dockerfile.opensuse

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

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
strategy:
219219
matrix:
220-
distro: [ubuntu, fedora, archlinux, debian, opensuse, alpine]
220+
distro: [ubuntu, fedora, archlinux, debian, alpine]
221221

222222
steps:
223223
- name: Checkout code

code/logic/marking.c

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

25+
2526
#if defined(_WIN32)
2627
#include <windows.h>
2728
static LARGE_INTEGER frequency;

0 commit comments

Comments
 (0)