1
0
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:
Jon Mason
2021-07-26 11:28:18 -04:00
parent 109d594b84
commit e74bfb3977
2 changed files with 17 additions and 3 deletions
+7 -3
View File
@@ -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