No description
Find a file
2026-02-13 14:08:06 +00:00
anode add boolean parser 2026-02-13 14:08:06 +00:00
anode-build add hard-coded paths warning 2026-02-13 10:16:18 +00:00
anode-macros Initial implementation (#1) 2026-02-11 06:36:50 +01: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 Initial implementation (#1) 2026-02-11 06:36:50 +01: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