meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Ross Burton" <ross@burtonini.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 2/2] CI: don't build the binary toolchains in bootstrap
Date: Mon, 20 Sep 2021 16:05:00 +0100	[thread overview]
Message-ID: <20210920150500.939582-2-ross.burton@arm.com> (raw)
In-Reply-To: <20210920150500.939582-1-ross.burton@arm.com>

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 <ross.burton@arm.com>
---
 .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
-- 
2.25.1


  reply	other threads:[~2021-09-20 15:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-20 15:04 [PATCH 1/2] arm-toolchain/gcc-aarch64-none-elf: upgrade to 10.3-2021.07 Ross Burton
2021-09-20 15:05 ` Ross Burton [this message]
2021-09-21 19:00 ` [meta-arm] " Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210920150500.939582-2-ross.burton@arm.com \
    --to=ross@burtonini.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).