Commit graph

3 commits

Author SHA1 Message Date
7d1edefb70
CI: install cmake for aws-lc-sys (rustls crypto backend)
All checks were successful
CI / check (push) Successful in 3m54s
rustls 0.23 pulls aws-lc-sys, which compiles AWS-LC via cmake; the node
image has gcc/make but not cmake, so add it (plus clang) before the
build.
2026-07-15 00:12:57 +00:00
2994cbbfea
CI: run on a Node image and install Rust on top
Some checks failed
CI / check (push) Failing after 1m30s
actions/checkout is a Node action and the rust:* container has no node,
so its post-step failed with 'node: not found'. Use node:20-bookworm
(node present for checkout) and install Rust via rustup, running build,
clippy, and test in one shell.
2026-07-15 00:04:44 +00:00
081d90ad68
Add CI: build, clippy (-D warnings), and test on push
Push-to-deploy had no automated gate. This Forgejo Actions workflow
builds the workspace, runs clippy as an error gate, and runs the tests
on every push and PR. Adjust runs-on to match the runner's label.
2026-07-14 23:14:52 +00:00