ci: Add IAR compiler package dependencies to Debian image

This commit is contained in:
Brad King
2024-08-27 10:15:31 -04:00
parent 72607d3402
commit 15136efedc
2 changed files with 6 additions and 1 deletions
@@ -41,6 +41,11 @@ hipcc
# Install swift runtime deps.
libncurses5
# Install IAR compiler package dependencies.
libusb-1.0-0
udev
sudo
# Packages needed to test find modules.
alsa-utils
doxygen graphviz
+1 -1
View File
@@ -45,7 +45,7 @@
### Debian
.debian12:
image: "kitware/cmake:ci-debian12-x86_64-2024-03-04"
image: "kitware/cmake:ci-debian12-x86_64-2024-08-27"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"