Skip to content

Commit

Permalink
scripts: autobuild: Include qemuriscv32 in default buildset
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Barker <[email protected]>
  • Loading branch information
pbrkr committed Nov 5, 2024
1 parent 25f2252 commit 679e6d0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scripts/autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,16 @@ BUILDSETS = {
# Core sets
"default": BuildSet(
releases=("kirkstone", "scarthgap", "styhead", "master"),
machines=("qemux86-64", "qemuarm64", "qemuriscv64", "qemux86", "qemuarm"),
machines=(
"qemux86-64",
"qemuarm64",
"qemuriscv64",
"qemux86",
"qemuarm",
"qemuriscv32",
),
kernels=("4.19", "5.4", "5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
"rv32": BuildSet(
releases=("kirkstone", "scarthgap", "styhead", "master"),
machines=("qemuriscv32",),
kernels=("5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
"rpi": BuildSet(
releases=("kirkstone", "scarthgap", "master"),
machines=("raspberrypi4", "raspberrypi4-64"),
Expand Down

0 comments on commit 679e6d0

Please sign in to comment.