ci: Add nasm assembler to Debian and Fedora base images

This commit is contained in:
Brad King
2024-03-04 11:41:04 -05:00
parent d42a2accf6
commit 47bc42b5ac
3 changed files with 8 additions and 2 deletions
@@ -32,6 +32,9 @@ cvs
subversion
mercurial
# Install ASM_NASM language toolchain.
nasm
# Install HIP language toolchain.
hipcc
@@ -46,6 +46,9 @@ file
jq
which
# Install ASM_NASM language toolchain.
nasm
# Install HIP language toolchain.
hsakmt-devel
lld
+2 -2
View File
@@ -45,7 +45,7 @@
### Debian
.debian12:
image: "kitware/cmake:ci-debian12-x86_64-2023-07-27"
image: "kitware/cmake:ci-debian12-x86_64-2024-03-04"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
@@ -69,7 +69,7 @@
### Fedora
.fedora39:
image: "kitware/cmake:ci-fedora39-x86_64-2023-11-16"
image: "kitware/cmake:ci-fedora39-x86_64-2024-03-04"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"