Skip to content

Commit c3aa1a2

Browse files
committed
build-configs: move rust builds under mainline cfg
PR kernelci#1468 added the mainline rust build in a separate `rust` build configuration instead of adding to the already existing mainline config which can cause unnecessary builds. Move it in the proper place. Suggested-by: Guillaume Tucker <[email protected]> Signed-off-by: Adrian Ratiu <[email protected]>
1 parent e30f0fd commit c3aa1a2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

config/core/build-configs.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,11 @@ build_configs:
834834
clang-15:
835835
build_environment: clang-15
836836
architectures: *arch_clang_configs
837+
rustc-1.62:
838+
build_environment: rustc-1.62
839+
fragments: [rust, rust-samples, kselftest]
840+
architectures:
841+
x86_64: *x86_64_arch
837842

838843
matthiasbgg-for-next:
839844
tree: matthiasbgg
@@ -1007,16 +1012,6 @@ build_configs:
10071012
branch: 'v5.15-rt'
10081013
variants: *preempt_rt_variants
10091014

1010-
rust:
1011-
tree: mainline
1012-
branch: 'master'
1013-
variants:
1014-
rustc-1.62:
1015-
build_environment: rustc-1.62
1016-
fragments: [rust, rust-samples, kselftest]
1017-
architectures:
1018-
x86_64: *x86_64_arch
1019-
10201015
rust-for-linux:
10211016
tree: rust-for-linux
10221017
branch: 'rust'

0 commit comments

Comments
 (0)