From 9c15d29a631108623568ddaf3d5aca9c1983c7b3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Sep 2021 16:05:00 +0100 Subject: [PATCH] CI: don't build the binary toolchains in bootstrap This job just exercises the binary toolchain packages, so there's no need to do it in the bootstrap stage. Change-Id: I9d1697791a1e427d594bd8d99c5cad45961f4c5b Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae2b3468..6e8eed52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,10 +68,6 @@ machine-coverage: - ./ci/check-machine-coverage coverage: '/Coverage: \d+/' -toolchains: - extends: .build - stage: bootstrap - # # Build stage, the actual build jobs # @@ -191,6 +187,9 @@ tc0: tc1: extends: .build +toolchains: + extends: .build + # # Utility tasks, not executed automatically