Skip to content

Commit

Permalink
Add missing cmake to some more images
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 30, 2024
1 parent a6f5017 commit 3e84a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ services:
args:
arch: ${ARCH}
base: "${ARCH}/ubuntu:${UBUNTU}"
cmake: ${CMAKE_VERSION}
llvm: ${LLVM}
shm_size: *shm-size
ulimits: *ulimits
Expand Down Expand Up @@ -702,6 +703,7 @@ services:
args:
arch: ${ARCH}
clang_tools: ${CLANG_TOOLS}
cmake: ${CMAKE_VERSION}
llvm: ${LLVM}
shm_size: *shm-size
volumes: *ubuntu-volumes
Expand Down

0 comments on commit 3e84a5c

Please sign in to comment.