aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-13 20:37:35 -0400
committerTom Rini <trini@konsulko.com>2023-07-20 14:50:08 -0400
commit6d6ddabfb790714a6ae861d93d21a615d1ab3a75 (patch)
tree5d51bec3d4d8fd4a8091d05e5225526658dcd4ff /.azure-pipelines.yml
parent83f348d024a06ac96392c1614cf1fb6abe4ab5da (diff)
downloadu-boot-6d6ddabfb790714a6ae861d93d21a615d1ab3a75.zip
u-boot-6d6ddabfb790714a6ae861d93d21a615d1ab3a75.tar.gz
u-boot-6d6ddabfb790714a6ae861d93d21a615d1ab3a75.tar.bz2
CI: Update to gcc-13.1.0
As this is the current version of the public cross toolchains we use, upgrade to this now. Suggested-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 06c46b6..5030069 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -194,7 +194,7 @@ stages:
ln -s /opt/nokia/libc6_2.5.1-1eglibc27+0m5_armel.deb nokia_rx51_tmp/
ln -s /opt/nokia/busybox_1.10.2.legal-1osso30+0m5_armel.deb nokia_rx51_tmp/
ln -s /opt/nokia/qemu-system-arm nokia_rx51_tmp/
- export PATH=/opt/gcc-12.2.0-nolibc/arm-linux-gnueabi/bin:$PATH
+ export PATH=/opt/gcc-13.1.0-nolibc/arm-linux-gnueabi/bin:$PATH
test/nokia_rx51_test.sh
- job: pylint