Skip to content

Commit

Permalink
Add cmake to docker-compose.yml missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 30, 2024
1 parent b39da76 commit a6f5017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1604,6 +1604,7 @@ services:
- ${REPO}:amd64-ubuntu-20.04-r-sanitizer
args:
base: wch1/r-debug:latest
cmake: ${CMAKE_VERSION}
r_bin: RDsan
tz: ${TZ}
r_prune_deps: ${R_PRUNE_DEPS}
Expand All @@ -1624,6 +1625,7 @@ services:
- ${REPO}:r-rhub-clang-devel-latest
args:
base: rhub/clang-asan
cmake: ${CMAKE_VERSION}
r_dev: ${ARROW_R_DEV}
r_bin: R
tz: ${TZ}
Expand Down Expand Up @@ -1655,6 +1657,7 @@ services:
- ${REPO}:amd64-ubuntu-20.04-r-valgrind
args:
base: wch1/r-debug:latest
cmake: ${CMAKE_VERSION}
r_bin: RDvalgrind
tz: ${TZ}
environment:
Expand Down

0 comments on commit a6f5017

Please sign in to comment.