mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-03 01:40:20 +00:00
CI: don't pin fvp-base jobs to x86-64
Now that the FVP is available for both aarch64 and x86-64, don't set a tag so this can run on both architectures. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -97,8 +97,6 @@ fvp-base:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TESTING: testimage
|
- TESTING: testimage
|
||||||
tags:
|
|
||||||
- x86_64
|
|
||||||
|
|
||||||
fvp-base-arm32:
|
fvp-base-arm32:
|
||||||
extends: .build
|
extends: .build
|
||||||
@@ -106,8 +104,6 @@ fvp-base-arm32:
|
|||||||
matrix:
|
matrix:
|
||||||
- TOOLCHAINS: [gcc, external-gccarm]
|
- TOOLCHAINS: [gcc, external-gccarm]
|
||||||
TESTING: testimage
|
TESTING: testimage
|
||||||
tags:
|
|
||||||
- x86_64
|
|
||||||
|
|
||||||
fvp-baser-aemv8r64:
|
fvp-baser-aemv8r64:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|||||||
Reference in New Issue
Block a user