mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +00:00
CI: Add bootstrap for clang
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+7
-3
@@ -60,6 +60,10 @@ n1sdp/bootstrap:
|
||||
extends: .build
|
||||
stage: bootstrap
|
||||
|
||||
n1sdp/clang/clang-bootstrap:
|
||||
extends: .build
|
||||
stage: bootstrap
|
||||
|
||||
# What percentage of machines in the layer do we build
|
||||
machine-coverage:
|
||||
stage: bootstrap
|
||||
@@ -68,6 +72,9 @@ machine-coverage:
|
||||
- ./ci/check-machine-coverage
|
||||
coverage: '/Coverage: \d+/'
|
||||
|
||||
toolchains:
|
||||
extends: .build
|
||||
stage: bootstrap
|
||||
|
||||
#
|
||||
# Build stage, the actual build jobs
|
||||
@@ -81,9 +88,6 @@ check-layers:
|
||||
- kas shell --update --force-checkout ci/base.yml:ci/meta-arm-autonomy.yml:ci/meta-python.yml --command \
|
||||
"$CI_PROJECT_DIR/ci/check-layers.py $CI_PROJECT_DIR/ci/check-layers.yml $CI_PROJECT_DIR $KAS_WORK_DIR"
|
||||
|
||||
toolchains:
|
||||
extends: .build
|
||||
|
||||
corstone500:
|
||||
extends: .build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user