No description
Find a file
2026-02-20 14:58:27 +00:00
anode cleanup 2026-02-20 14:58:27 +00:00
anode-build fix(build): correct action runs spec 2026-02-15 07:25:19 +00:00
anode-macros fix: ignore empty provided inputs 2026-02-20 14:54:47 +00:00
anode-macros-input Initial implementation (#1) 2026-02-11 06:36:50 +01:00
.gitignore Initial implementation (#1) 2026-02-11 06:36:50 +01:00
Cargo.lock cleanup 2026-02-20 14:58:27 +00:00
Cargo.toml remeve Forgejo-openapi from the workspace 2026-02-13 10:17:50 +00:00
README.md Initial implementation (#1) 2026-02-11 06:36:50 +01:00

Rust toolkit for CI actions

anode -- action without node

Compile

install

  • libunwind-static
  • xz-static

get C runtime libraries from somewhere (I literally copied them from whatever gcc found them in on my system; I think that on actual alpine system they will be found with no problem)

test is compiled with the following command:

RUSTFLAGS="-Lunwind -L/lib/musl/lib -Lcrt -Lxz -llzma" cargo +nightly b -Z build-std -p tests --release --target x86_64-unknown-linux-musl -v