rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
617 stars 68 forks source link

Setup bors-ng #60

Closed messense closed 1 year ago

messense commented 1 year ago

bors try amd64 --target aarch64-unknown-linux-musl

bors[bot] commented 1 year ago

try

Already running a review

messense commented 1 year ago

bors try-

messense commented 1 year ago

bors try amd64 --target aarch64-unknown-linux-musl

messense commented 1 year ago

bors try-

messense commented 1 year ago

bors try amd64 arm64 --target aarch64-unknown-linux-musl x86_64-unknown-linux-musl

bors[bot] commented 1 year ago

try

Build succeeded:

messense commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Build succeeded:

paulwratt commented 1 year ago

now I can see why you have been working so hard on the GH workflow so much recently - that is cool, great effort - I'm going to gold star and keep the email that brought me here :)

messense commented 1 year ago

@paulwratt I learned about this fancy bors-ng usage in cross: https://github.com/cross-rs/cross/blob/ba030a63d539c07d27428ab470a2c8e47e01eb77/.github/workflows/ci.yml#L102-L213

They use bash to do the argument parsing, I merely changed it to use actions/github-script which I think is much easier to grasp than bash.