You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test-distro/src
Tamir Duberstein 5732b2c203 test-distro: build without cross toolchain
Make the xz2 dependency optional to allow building without a C cross
compiler. This allows clippy.sh to be used on e.g. macOS more easily:

```
./clippy.sh --target x86_64-unknown-linux-gnu --exclude-features xz2
```
2 weeks ago
..
depmod.rs test-distro: reduce indentation 2 weeks ago
init.rs feat: Refactor init into test-distro 1 month ago
lib.rs test-distro: build without cross toolchain 2 weeks ago
modprobe.rs test-distro: extract common decompression code 2 weeks ago