Skip to content

Commit 854830a

Browse files
Merge pull request #32 from dreamer-coding/pr_update_ci_dir
Updating CI directory
2 parents a49623a + 0d02172 commit 854830a

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Fossil Logic Layer Pull Request
1+
# Fossil Test - Pull Request
22

33
## Description
44
<!-- Briefly describe the purpose and scope of this pull request. -->
55

6-
## Changes
7-
<!-- List the changes introduced by this pull request. -->
8-
96
## Testing
107
<!-- Describe the testing process or steps taken to ensure the changes work as expected. -->
118

.github/ciimage/Dockerfile.debian

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the latest Debian base image
2-
FROM debian:bullseye
1+
# Use a specific Debian base image
2+
FROM debian:buster
33

44
# Set environment variables to avoid interaction
55
ENV DEBIAN_FRONTEND=noninteractive \
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828
rm -rf /var/lib/apt/lists/*
2929

3030
# Install Meson and Ninja
31-
RUN apt-get update && python3 -m pip install --no-cache-dir meson==1.3.0 ninja==1.10.2
31+
RUN python3 -m pip install --no-cache-dir meson ninja==1.10.2
3232

3333
# Set environment variables
3434
ENV CC=/usr/bin/clang

.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]
220+
distro: [ubuntu, fedora, archlinux, debian]
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)