mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ci: Add nasm assembler to Debian and Fedora base images
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user