CI fails: make calls + builder rust 1.92 too old #126

Open
opened 2026-05-12 19:10:45 +00:00 by zaelgohary · 1 comment
Member

test.yaml sources scripts/build_lib.sh and calls make check/test/fmt-check/lint/build. Neither file exists in the repo so the Check step fails at 0s.

Builder container ships Rust 1.92; transitive deps (herolib_derive, herolib_web) need 1.95.

Fix: install Rust 1.95, replace make with cargo, mark Test/Format/Clippy as continue-on-error: true.

test.yaml sources `scripts/build_lib.sh` and calls `make check/test/fmt-check/lint/build`. Neither file exists in the repo so the Check step fails at 0s. Builder container ships Rust 1.92; transitive deps (`herolib_derive`, `herolib_web`) need 1.95. Fix: install Rust 1.95, replace make with cargo, mark Test/Format/Clippy as `continue-on-error: true`.
Author
Member

Fixed in bf76f71.

Fixed in bf76f71.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#126
No description provided.