about summary refs log tree commit diff
path: root/nixos/tests/kernel-rust.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01nixosTests.kernel-rust.linux_testing: init for aarch64Alyssa Ross1-2/+4
Older kernels do not support Rust on aarch64, so we have to move the platform check from all-tests.nix into the test itself.
2024-01-31nixos/tests/kernel-rust: test against 6.7 and testing (6.8rc1)Maximilian Bosch1-26/+39
In #283893 we realized that not only 6.7, but also testing is affected. And with more stable kernels following, we'll probably want to test against all of them whether Rust support is working fine. As long as it's not the default at least, then we should probably move this to `kernel-generic`. Every kernel that's new enough to support `rust-out-of-tree-module` (and `linux_testing`) is part of this text matrix.
2024-01-12nixos/tests/kernel-rust: initJulian Stecklina1-0/+30