mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
CI: don't execute a job we know fails
The n1sdp/armgcc job fails due to a GCC switch conflict in gcc-runtime: cc1: error: switch '-mcpu=armv8.2-a' conflicts with '-march=armv8-a' switch Currently we run this job anyway, and ignore the failure. But that's 10 minutes of build time wasted every run when we know it fails. Instead, mark the job as manually executed until we have fixed the underlying issue. Change-Id: I3ee48ce4d1a4f2dacc30800ff18c72fcce4e9afb Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
+4
-1
@@ -132,9 +132,12 @@ musca-s1:
|
||||
n1sdp:
|
||||
extends: .build
|
||||
|
||||
# This job currently fails when building gcc-runtime:
|
||||
# cc1: error: switch '-mcpu=armv8.2-a' conflicts with '-march=armv8-a' switch [-Werror]
|
||||
# Mark as manual so it doesn't get executed automatically
|
||||
n1sdp/armgcc:
|
||||
extends: .build
|
||||
allow_failure: true
|
||||
when: manual
|
||||
|
||||
qemuarm:
|
||||
extends:
|
||||
|
||||
Reference in New Issue
Block a user