Macchina-CLI / macchina

A system information frontend with an emphasis on performance.
https://crates.io/crates/macchina
MIT License
1.24k stars 47 forks source link

Improve CI workflow #313

Closed FantasyTeddy closed 1 week ago

FantasyTeddy commented 2 months ago

This is the implementation of the changes discussed in #311:

Additionally, I removed the strip variable from the matrix, because it was never used.

FantasyTeddy commented 2 months ago

The "GNU/Linux x86_64 (x86_64-unknown-linux-gnu)" job seems to fail the "Doctor" stage because of an actual bug in libmacchina: https://github.com/Macchina-CLI/libmacchina/blob/main/src/linux/mod.rs#L831

grtcdr commented 1 week ago

This looks good to me, let's merge :)

I've added a safeguard to stop the program from crashing on Linux in https://github.com/Macchina-CLI/libmacchina/commit/30abf25b2c3a032ca28cb0fcb065411c8ce428c6.