summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-07-17 12:34:35 +0700
committerhathach <[email protected]>2026-07-17 12:34:35 +0700
commit9a32c0a5073aff649b1b3e7fa07a89e495b3b40a (patch)
tree53ec0b69be3004443f1754afa898b57b650c6240
parenta68d776ac072725266ab53b64b29d4405090281f (diff)
ci: pin ceedling to 1.0.1
ceedling 1.1.0 (released 2026-07-17) fails this project's mock preprocessing ('Failed to read _build/test/preprocess/.../raw/*.h for comment stripping'); reproduced locally with an isolated 1.1.0 install while 1.0.1 passes all 61 tests on the same tree. Unpin once fixed upstream.
-rw-r--r--.github/workflows/pre-commit.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index b9bfaf9b6..70dd3894d 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -24,7 +24,9 @@ jobs:
- name: Get Dependencies
run: |
- gem install ceedling
+ # pinned: 1.1.0 breaks mock preprocessing on this project ("Failed to read
+ # _build/test/preprocess/.../raw/*.h for comment stripping"); revisit on next release
+ gem install ceedling -v 1.0.1
#cd test/unit-test
#ceedling test:all