File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1582,7 +1582,7 @@ services:
15821582 /bin/bash -c "/arrow/ci/scripts/r_test.sh /arrow"
15831583
15841584 ubuntu-r-sanitizer :
1585- # Only 22.04 and amd64 supported
1585+ # Only amd64 supported
15861586 # Usage:
15871587 # docker compose build ubuntu-r-sanitizer
15881588 # docker compose run ubuntu-r-sanitizer
@@ -1594,7 +1594,7 @@ services:
15941594 context : .
15951595 dockerfile : ci/docker/linux-r.dockerfile
15961596 cache_from :
1597- - ${REPO}:amd64-ubuntu-22.04- r-sanitizer
1597+ - ${REPO}:amd64-ubuntu-r-sanitizer
15981598 args :
15991599 base : wch1/r-debug:latest
16001600 cmake : ${CMAKE}
@@ -1638,16 +1638,16 @@ services:
16381638 /arrow/ci/scripts/r_sanitize.sh /arrow"
16391639
16401640 ubuntu-r-valgrind :
1641- # Only 22.04 and amd64 supported
1641+ # Only amd64 supported
16421642 # Usage:
16431643 # docker compose build ubuntu-r-valgrind
16441644 # docker compose run ubuntu-r-valgrind
1645- image : ${REPO}:amd64-ubuntu-22.04- r-valgrind
1645+ image : ${REPO}:amd64-ubuntu-r-valgrind
16461646 build :
16471647 context : .
16481648 dockerfile : ci/docker/linux-r.dockerfile
16491649 cache_from :
1650- - ${REPO}:amd64-ubuntu-22.04- r-valgrind
1650+ - ${REPO}:amd64-ubuntu-r-valgrind
16511651 args :
16521652 base : wch1/r-debug:latest
16531653 cmake : ${CMAKE}
You can’t perform that action at this time.
0 commit comments