Re: [PATCH] CI: Switch running the nokia_rx51 test with in-container toolchain

2021-10-21 Thread Simon Glass
On Thu, 14 Oct 2021 at 20:21, Tom Rini wrote: > > Instead of fetching an arm toolchain to use, run the test with the one > that's already in the container image. > > Signed-off-by: Tom Rini > --- > .azure-pipelines.yml | 3 +-- > .gitlab-ci.yml | 3 +-- > 2 files changed, 2 insertions(+),

Re: [PATCH] CI: Switch running the nokia_rx51 test with in-container toolchain

2021-10-14 Thread Simon Glass
On Thu, 14 Oct 2021 at 20:21, Tom Rini wrote: > > Instead of fetching an arm toolchain to use, run the test with the one > that's already in the container image. > > Signed-off-by: Tom Rini > --- > .azure-pipelines.yml | 3 +-- > .gitlab-ci.yml | 3 +-- > 2 files changed, 2 insertions(+),

[PATCH] CI: Switch running the nokia_rx51 test with in-container toolchain

2021-10-14 Thread Tom Rini
Instead of fetching an arm toolchain to use, run the test with the one that's already in the container image. Signed-off-by: Tom Rini --- .azure-pipelines.yml | 3 +-- .gitlab-ci.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines.yml