feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

GitHub Actions improvements and cross compilation #464

Closed Defman closed 2 years ago

Defman commented 2 years ago

Improvement to GitHub Actions

Using cross for additional targets

Status

Description

Related issues

Checklist

Note: if you locally don't get any errors, but GitHub Actions fails (especially at clippy) you might want to check your rust toolchain version. You can then feel free to fix these warnings/errors in your PR.

Defman commented 2 years ago

Hmm some issue with bzip2-sys when compiling for M1. @OxKitsune don't have these issue when compiling on his m1?

Defman commented 2 years ago

Should tests be run on all T1 targets on every PR? Tests currently fail caching :/

Defman commented 2 years ago

This PR is still missing publishing, this will be added in the future. Father more there is an issue with test and caching, which is being looked at.