aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-08-25 13:21:26 -0400
committerTom Rini <trini@konsulko.com>2023-08-26 10:07:48 -0400
commit11934281526bda3be51783380b55c332804d043d (patch)
tree1f0fb53a0b068b7e3e8043479f3de5e0c64bd8b8 /.azure-pipelines.yml
parentf25820b1aef76c2059db69ac2f2e076f0764f4c3 (diff)
downloadu-boot-11934281526bda3be51783380b55c332804d043d.zip
u-boot-11934281526bda3be51783380b55c332804d043d.tar.gz
u-boot-11934281526bda3be51783380b55c332804d043d.tar.bz2
CI: Update to gcc-13.2.0
The latest kernel.org toolchains for gcc are now 13.2.0, so upgrade to that. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
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 0be317b..711b067 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -195,7 +195,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-13.1.0-nolibc/arm-linux-gnueabi/bin:$PATH
+ export PATH=/opt/gcc-13.2.0-nolibc/arm-linux-gnueabi/bin:$PATH
test/nokia_rx51_test.sh
- job: pylint