Skip to content

Commit dec9436

Browse files
committed
build-configs.yaml: Disable ARMv3 platforms from gcc-10
ARMv3 was removed in gcc-9, so there is no point trying to compile this platforms with gcc. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 50e3bad commit dec9436

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/core/build-configs-stable.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ stable_variants: &stable_variants
3333
arm:
3434
base_defconfig: 'multi_v7_defconfig'
3535
extra_configs: ['allnoconfig']
36+
filters:
37+
- blocklist:
38+
defconfig:
39+
- 'rpc_defconfig'
3640
arm64:
3741
extra_configs: ['allnoconfig']
3842
fragments: [arm64-chromebook]

0 commit comments

Comments
 (0)