From 501146df49307887a91176a1b59f60253a71784f Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Tue, 14 Jul 2026 22:49:38 -0400 Subject: [PATCH] ci: trigger kernel build for load-aware scheduler test (do not merge) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1e1a0c..e164230 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ If you'd like to add a given option or set of options to all configs, you can ad ## Linting configs Before commiting any config update you MUST lint your change by running `./build.sh --config-only`. You can specify architectures to lint with the `--targets` flag, e.g., `./build.sh --config-only --targets "armel mipel"`. If the lint fails, build.sh will exit with non-zero status and print a diff containing the problems. + +