From: "Denys Dmytriyenko" <denis@denix.org>
To: Ross Burton <ross@burtonini.com>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH 2/2] CI: add packaging test for the binary Arm compilers
Date: Tue, 6 Jul 2021 16:12:06 -0400 [thread overview]
Message-ID: <20210706201206.GS1528@denix.org> (raw)
In-Reply-To: <20210706154256.3643237-2-ross.burton@arm.com>
On Tue, Jul 06, 2021 at 04:42:56PM +0100, Ross Burton wrote:
> Add a trivial job that verifies the binary Arm compiler packages all
> fetch and package correctly for both x86-64 and arm64.
Thanks a lot for adding this tests!
> Change-Id: I1e29cc175d66d418630505dcac1a87cdf5c0024a
> Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Denys Dmytriyenko <denis@denix.org>
> ---
> .gitlab-ci.yml | 3 +++
> ci/toolchains.yml | 20 ++++++++++++++++++++
> 2 files changed, 23 insertions(+)
> create mode 100644 ci/toolchains.yml
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 50eb88b..e0f1e74 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -101,6 +101,9 @@ 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
>
> diff --git a/ci/toolchains.yml b/ci/toolchains.yml
> new file mode 100644
> index 0000000..6a8ebb1
> --- /dev/null
> +++ b/ci/toolchains.yml
> @@ -0,0 +1,20 @@
> +header:
> + version: 9
> + includes:
> + - base.yml
> +
> +# Target is arm64 and SDK is x86-64 to ensure that we exercise both
> +# architectures
> +
> +machine: qemuarm64
> +local_conf_header:
> + toolchains: |
> + SDKMACHINE = "x86_64"
> +
> +# No target armcompiler as currently there is no arm64 build
> +target:
> + - nativesdk-armcompiler
> + - gcc-aarch64-none-elf
> + - nativesdk-gcc-aarch64-none-elf
> + - gcc-arm-none-eabi
> + - nativesdk-gcc-arm-none-eabi
> --
> 2.25.1
>
--
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
next prev parent reply other threads:[~2021-07-06 20:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 15:42 [PATCH 1/2] arm-toolchain/armcompiler: fix checksums and installation on arm64 Ross Burton
2021-07-06 15:42 ` [PATCH 2/2] CI: add packaging test for the binary Arm compilers Ross Burton
2021-07-06 20:12 ` Denys Dmytriyenko [this message]
2021-07-06 20:10 ` [meta-arm] [PATCH 1/2] arm-toolchain/armcompiler: fix checksums and installation on arm64 Denys Dmytriyenko
2021-07-07 9:16 ` Ross Burton
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=20210706201206.GS1528@denix.org \
--to=denis@denix.org \
--cc=meta-arm@lists.yoctoproject.org \
--cc=ross@burtonini.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.